.bg-dark {
  background: #1a1a1a;
}

.bg-light {
  background: #f3f3f3;
}

.bg-primary {
  background: #3260d6;
}

.color-dark {
  color: #1a1a1a;
}

.color-light {
  color: #f3f3f3;
}

.color-primary {
  color: #3260d6;
}

.box-block {
  display: block;
}

.box-flex {
  display: flex;
}

.box-hide {
  display: none;
}

.box-show {
  display: inherit;
}

.font-base {
  font-family: geomanistregular, sans-serif;
}

.font-heading {
  font-family: geomanistmedium, sans-serif;
}

.font-nav {
  font-family: geomanistmedium, sans-serif;
}

.gap-top-200 {
  margin-top: 0.84375rem;
}

.gap-top-300 {
  margin-top: 0.9rem;
}

.gap-top-400 {
  margin-top: 1.125rem;
}

.gap-top-500 {
  margin-top: 1.40625rem;
}

.gap-top-600 {
  margin-top: 1.8rem;
}

.gap-top-700 {
  margin-top: 2.25rem;
}

.gap-top-800 {
  margin-top: 2.925rem;
}

.gap-top-900 {
  margin-top: 3.15rem;
}

.gap-right-200 {
  margin-right: 0.84375rem;
}

.gap-right-300 {
  margin-right: 0.9rem;
}

.gap-right-400 {
  margin-right: 1.125rem;
}

.gap-right-500 {
  margin-right: 1.40625rem;
}

.gap-right-600 {
  margin-right: 1.8rem;
}

.gap-right-700 {
  margin-right: 2.25rem;
}

.gap-right-800 {
  margin-right: 2.925rem;
}

.gap-right-900 {
  margin-right: 3.15rem;
}

.gap-bottom-200 {
  margin-bottom: 0.84375rem;
}

.gap-bottom-300 {
  margin-bottom: 0.9rem;
}

.gap-bottom-400 {
  margin-bottom: 1.125rem;
}

.gap-bottom-500 {
  margin-bottom: 1.40625rem;
}

.gap-bottom-600 {
  margin-bottom: 1.8rem;
}

.gap-bottom-700 {
  margin-bottom: 2.25rem;
}

.gap-bottom-800 {
  margin-bottom: 2.925rem;
}

.gap-bottom-900 {
  margin-bottom: 3.15rem;
}

.gap-left-200 {
  margin-left: 0.84375rem;
}

.gap-left-300 {
  margin-left: 0.9rem;
}

.gap-left-400 {
  margin-left: 1.125rem;
}

.gap-left-500 {
  margin-left: 1.40625rem;
}

.gap-left-600 {
  margin-left: 1.8rem;
}

.gap-left-700 {
  margin-left: 2.25rem;
}

.gap-left-800 {
  margin-left: 2.925rem;
}

.gap-left-900 {
  margin-left: 3.15rem;
}

.pad-top-200 {
  padding-top: 0.84375rem;
}

.pad-top-300 {
  padding-top: 0.9rem;
}

.pad-top-400 {
  padding-top: 1.125rem;
}

.pad-top-500 {
  padding-top: 1.40625rem;
}

.pad-top-600 {
  padding-top: 1.8rem;
}

.pad-top-700 {
  padding-top: 2.25rem;
}

.pad-top-800 {
  padding-top: 2.925rem;
}

.pad-top-900 {
  padding-top: 3.15rem;
}

.pad-right-200 {
  padding-right: 0.84375rem;
}

.pad-right-300 {
  padding-right: 0.9rem;
}

.pad-right-400 {
  padding-right: 1.125rem;
}

.pad-right-500 {
  padding-right: 1.40625rem;
}

.pad-right-600 {
  padding-right: 1.8rem;
}

.pad-right-700 {
  padding-right: 2.25rem;
}

.pad-right-800 {
  padding-right: 2.925rem;
}

.pad-right-900 {
  padding-right: 3.15rem;
}

.pad-bottom-200 {
  padding-bottom: 0.84375rem;
}

.pad-bottom-300 {
  padding-bottom: 0.9rem;
}

.pad-bottom-400 {
  padding-bottom: 1.125rem;
}

.pad-bottom-500 {
  padding-bottom: 1.40625rem;
}

.pad-bottom-600 {
  padding-bottom: 1.8rem;
}

.pad-bottom-700 {
  padding-bottom: 2.25rem;
}

.pad-bottom-800 {
  padding-bottom: 2.925rem;
}

.pad-bottom-900 {
  padding-bottom: 3.15rem;
}

.pad-left-200 {
  padding-left: 0.84375rem;
}

.pad-left-300 {
  padding-left: 0.9rem;
}

.pad-left-400 {
  padding-left: 1.125rem;
}

.pad-left-500 {
  padding-left: 1.40625rem;
}

.pad-left-600 {
  padding-left: 1.8rem;
}

.pad-left-700 {
  padding-left: 2.25rem;
}

.pad-left-800 {
  padding-left: 2.925rem;
}

.pad-left-900 {
  padding-left: 3.15rem;
}

.stack-300 {
  z-index: 0;
}

.stack-400 {
  z-index: 10;
}

.stack-500 {
  z-index: 20;
}

.stack-600 {
  z-index: 30;
}

.stack-700 {
  z-index: 40;
}

.text-200 {
  font-size: 0.84375rem;
}

.text-300 {
  font-size: 0.9rem;
}

.text-400 {
  font-size: 1.125rem;
}

.text-500 {
  font-size: 1.40625rem;
}

.text-600 {
  font-size: 1.8rem;
}

.text-700 {
  font-size: 2.25rem;
}

.text-800 {
  font-size: 2.925rem;
}

.text-900 {
  font-size: 3.15rem;
}

.weight-light {
  font-weight: 300;
}

.weight-regular {
  font-weight: 400;
}

.weight-bold {
  font-weight: 600;
}

.weight-black {
  font-weight: 900;
}

.measure-compact {
  max-width: 24ch;
}

.measure-longform {
  max-width: 65ch;
}

@media screen and (min-width: 36em) {
  .sm\:box-block {
    display: block;
  }

  .sm\:box-flex {
    display: flex;
  }

  .sm\:box-hide {
    display: none;
  }

  .sm\:box-show {
    display: inherit;
  }

  .sm\:text-200 {
    font-size: 0.84375rem;
  }

  .sm\:text-300 {
    font-size: 0.9rem;
  }

  .sm\:text-400 {
    font-size: 1.125rem;
  }

  .sm\:text-500 {
    font-size: 1.40625rem;
  }

  .sm\:text-600 {
    font-size: 1.8rem;
  }

  .sm\:text-700 {
    font-size: 2.25rem;
  }

  .sm\:text-800 {
    font-size: 2.925rem;
  }

  .sm\:text-900 {
    font-size: 3.15rem;
  }
}
@media screen and (min-width: 48em) {
  .md\:box-block {
    display: block;
  }

  .md\:box-flex {
    display: flex;
  }

  .md\:box-hide {
    display: none;
  }

  .md\:box-show {
    display: inherit;
  }

  .md\:text-200 {
    font-size: 0.84375rem;
  }

  .md\:text-300 {
    font-size: 0.9rem;
  }

  .md\:text-400 {
    font-size: 1.125rem;
  }

  .md\:text-500 {
    font-size: 1.40625rem;
  }

  .md\:text-600 {
    font-size: 1.8rem;
  }

  .md\:text-700 {
    font-size: 2.25rem;
  }

  .md\:text-800 {
    font-size: 2.925rem;
  }

  .md\:text-900 {
    font-size: 3.15rem;
  }
}
@media screen and (min-width: 62em) {
  .lg\:box-block {
    display: block;
  }

  .lg\:box-flex {
    display: flex;
  }

  .lg\:box-hide {
    display: none;
  }

  .lg\:box-show {
    display: inherit;
  }

  .lg\:text-200 {
    font-size: 0.84375rem;
  }

  .lg\:text-300 {
    font-size: 0.9rem;
  }

  .lg\:text-400 {
    font-size: 1.125rem;
  }

  .lg\:text-500 {
    font-size: 1.40625rem;
  }

  .lg\:text-600 {
    font-size: 1.8rem;
  }

  .lg\:text-700 {
    font-size: 2.25rem;
  }

  .lg\:text-800 {
    font-size: 2.925rem;
  }

  .lg\:text-900 {
    font-size: 3.15rem;
  }
}
/*
 * [Modified] Modern CSS Reset
 * @link https://github.com/hankchizljaw/modern-css-reset
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-wrap: balance;
}

p {
  max-width: 75ch;
  text-wrap: pretty;
}

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
}

picture {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  html {
    scroll-behavior: initial;
  }
}
:root {
  /* Type steps */
  --step--2: clamp(0.63rem, calc(0.72rem + -0.12vw), 0.69rem);
  --step--1: clamp(0.83rem, calc(0.83rem + 0.02vw), 0.84rem);
  --step--05: clamp(0.91rem, calc(0.86rem + 0.14vw), 1rem);
  --step-0: clamp(1.00rem, calc(0.95rem + 0.24vw), 1.13rem);
  --step-05: clamp(1.12rem, calc(1.04rem + 0.38vw), 1.35rem);
  --step-1: clamp(1.20rem, calc(1.08rem + 0.58vw), 1.50rem);
  --step-2: clamp(1.44rem, calc(1.22rem + 1.09vw), 2.00rem);
  --step-3: clamp(1.73rem, calc(1.36rem + 1.83vw), 2.66rem);
  --step-4: clamp(2.07rem, calc(1.50rem + 2.88vw), 3.55rem);
  --step-5: clamp(2.49rem, calc(1.61rem + 4.38vw), 4.74rem);
  --step-6: clamp(2.99rem, calc(1.69rem + 6.49vw), 6.31rem);
  /* Space steps */
  --space-3xs: clamp(0.25rem, calc(0.20rem + 0.24vw), 0.38rem);
  --space-2xs: clamp(0.50rem, calc(0.43rem + 0.36vw), 0.69rem);
  --space-xs: clamp(0.75rem, calc(0.63rem + 0.60vw), 1.06rem);
  --space-sm: clamp(1.00rem, calc(0.86rem + 0.72vw), 1.38rem);
  --space-md: clamp(1.50rem, calc(1.28rem + 1.08vw), 2.06rem);
  --space-lg: clamp(2.00rem, calc(1.71rem + 1.45vw), 2.75rem);
  --space-xl: clamp(3.00rem, calc(2.57rem + 2.17vw), 4.13rem);
  --space-2xl: clamp(4.00rem, calc(3.42rem + 2.89vw), 5.50rem);
  --space-3xl: clamp(6.00rem, calc(5.13rem + 4.34vw), 8.25rem);
  /* One-up pairs */
  --space-3xs-2xs: clamp(0.25rem, calc(0.08rem + 0.84vw), 0.69rem);
  --space-2xs-xs: clamp(0.50rem, calc(0.28rem + 1.08vw), 1.06rem);
  --space-xs-sm: clamp(0.75rem, calc(0.51rem + 1.20vw), 1.38rem);
  --space-sm-md: clamp(1.00rem, calc(0.59rem + 2.05vw), 2.06rem);
  --space-md-lg: clamp(1.50rem, calc(1.02rem + 2.41vw), 2.75rem);
  --space-lg-xl: clamp(2.00rem, calc(1.18rem + 4.10vw), 4.13rem);
  --space-xl-2xl: clamp(3.00rem, calc(2.04rem + 4.82vw), 5.50rem);
  --space-2xl-3xl: clamp(4.00rem, calc(2.36rem + 8.19vw), 8.25rem);
  --color-mode: "light";
  --color-primary: hsl(223, 67%, 52%);
  --color-primary-light: hsl(223, 72%, 83%);
  --color-primary-dark: hsl(223, 67%, 42%);
  --color-primary-darker: hsl(223, 69%, 27%);
  --color-primary-tint: hsl(220, 55%, 96%);
  --color-day-icon: hsl(43, 100%, 82%);
  --color-night-bg: hsl(203, 100%, 6%);
  --color-night-bg-tint: hsl(203, 92%, 10%);
  --color-night-icon: hsl(210deg, 23%, 78%);
  --light-grey: hsl(0deg, 0%, 95%);
  --color-light: rgb(212, 215, 218);
  --color-dark: hsl(210deg, 30%, 8%);
  --color-charcoal: hsl(0, 0%, 15%);
  --color-shadow-light: hsla(0, 0%, 19%, 0.15);
  --color-shadow-mid: hsla(0, 0%, 0%, 0.25);
  --color-shadow-dark: hsla(0, 0%, 0%, 0.9);
  --color-shadow-flip: 219deg 16% 73%;
  --color-white: hsl(0deg, 0%, 100%);
  --color-black: hsl(0deg, 0%, 0%);
  --text-color: hsl(0, 0%, 19%);
  --background: var(--color-white);
  --background-tint: var(--color-primary-tint);
  --text-link: var(--color-primary-dark);
  --button-color: var(--color-primary);
  --button-text: var(--color-primary);
  --metric-toggle-thumb-size: 1.4rem;
  --metric-toggle-thumb-space: 0.25rem;
  --metric-toggle-icon-space: 0.4rem;
  --shadow-lg: 10px 10px 40px 0px rgba(0,0,0,0.5);
  --transition-snappy-duration: 500ms;
  --transition-silky-duration: 200ms;
  --transition-icon: opacity var(--transition-snappy-duration) ease,
  transform var(--transition-silky-duration) cubic-bezier(1, 0, 0.55, 0.85);
  --transition-delay-icon: 1000ms;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-mode: "dark";
  }

  :root:not([data-user-color-scheme]) {
    --background: var(--color-night-bg);
    --background-tint: var(--color-night-bg-tint);
    --text-color: var(--color-light);
    --text-link: var(--color-primary-light);
    --button-color: var(--color-primary);
    --button-text: var(--color-white);
    --light-grey: var(--color-night-bg);
    --color-black: var(--color-white);
    --shadow-lg: 10px 10px 40px 0px rgba(199,199,199,0.47);
  }
}
[data-user-color-scheme=dark] {
  --background: var(--color-night-bg);
  --background-tint: var(--color-night-bg-tint);
  --text-color: var(--color-light);
  --button-color: var(--color-primary);
  --button-text: var(--color-white);
  --light-grey: var(--color-night-bg);
  --color-black: var(--color-white);
  --shadow-lg: 10px 10px 40px 0px rgba(199,199,199,0.47);
}

@font-face {
  font-family: "geomanistmedium";
  src: url("/fonts/geomanist-medium-webfont.eot");
  src: url("/fonts/geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/geomanist-medium-webfont.woff2") format("woff2"), url("/fonts/geomanist-medium-webfont.woff") format("woff"), url("/fonts/geomanist-medium-webfont.ttf") format("truetype"), url("/fonts/geomanist-medium-webfont.svg#geomanistregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "geomanistregular";
  src: url("/fonts/geomanist-regular-webfont.eot");
  src: url("/fonts/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/geomanist-regular-webfont.woff2") format("woff2"), url("/fonts/geomanist-regular-webfont.woff") format("woff"), url("/fonts/geomanist-regular-webfont.ttf") format("truetype"), url("/fonts/geomanist-regular-webfont.svg#geomanistregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*========================================
    Base Styles
========================================*/
html {
  font-size: 100%;
}

body {
  font-family: geomanistregular, sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.5;
  text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: geomanistmedium, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 1rem 0 0.5rem;
  text-wrap: balance;
  letter-spacing: -0.5px;
}
h1.step-6,
h2.step-6,
h3.step-6,
h4.step-6,
h5.step-6,
h6.step-6 {
  letter-spacing: -0.1rem;
}
h1.step-5,
h2.step-5,
h3.step-5,
h4.step-5,
h5.step-5,
h6.step-5 {
  letter-spacing: -0.05rem;
}

.step-6 {
  font-size: var(--step-6);
}

.step-5 {
  font-size: var(--step-5);
}

.step-4 {
  font-size: var(--step-4);
}

.step-3 {
  font-size: var(--step-3);
}

.step-2 {
  font-size: var(--step-2);
  line-height: 1.4;
}

.step-1 {
  font-size: var(--step-1);
}

.step-05 {
  font-size: var(--step-05);
}

.step-0 {
  font-size: var(--step-0);
}

.step--1 {
  font-size: var(--step--1);
}

.step--2 {
  font-size: var(--step--2);
}

p,
ol,
ul,
blockquote {
  font-size: var(--step-0);
  line-height: 1.75;
  margin-block-start: 0.9rem;
  margin-block-end: 1.40625rem;
}
p > a,
ol > a,
ul > a,
blockquote > a {
  color: var(--color-primary);
}

b, strong {
  font-family: geomanistmedium, sans-serif;
  font-weight: 400;
}

.flush {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.tight {
  margin-bottom: 0.84375rem !important;
  margin-top: 0.84375rem !important;
}

.loose {
  margin-bottom: 3.15rem !important;
}

/*========================================
    Links
========================================*/
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--color-primary-dark);
}

.link {
  text-decoration: underline;
}

p > a {
  text-decoration: underline;
  color: inherit;
  text-decoration-thickness: 0.2ex;
  text-decoration-color: var(--color-primary);
  text-underline-offset: 0.3ex;
}

/*========================================
    Lists
========================================*/
ul {
  margin-bottom: var(--space-lg);
  padding-left: var(--space-md);
}

ul li {
  padding-left: var(--space-2xs);
  margin-bottom: 0.5rem;
}

li::marker {
  color: var(--color-primary);
}

/*========================================
    Modifiers
========================================*/
.lead {
  font-size: clamp(1.05rem, calc(1.01rem + 0.58vw), 1.3rem);
}

.center {
  text-align: center;
}

.heading-intro {
  margin: -0.2rem 0 var(--space-lg);
}

.inverse {
  color: #ffffff;
}

.bold, strong, em {
  font-family: geomanistmedium, sans-serif;
}

/*========================================
    Colours
========================================*/
.primary {
  color: var(--color-primary);
}

@view-transition {
  navigation: auto;
}
body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  min-width: 100%;
  background: var(--background);
  color: var(--text-color);
  min-height: 100vh;
  overflow-x: hidden;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
header .logo {
  width: 100%;
}
header .logo h1 {
  position: relative;
  text-transform: uppercase;
  font-size: var(--step-05);
  letter-spacing: 0.3ch;
  z-index: 100;
  padding: 0.3em 0 0.3em;
  margin: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  color: var(--color-primary);
  line-height: 1.2;
}
header .logo:hover h1 {
  color: var(--color-primary-dark);
}
header .flex {
  display: flex;
  align-items: center;
}

.profile-photo {
  margin-top: var(--space-md);
}
.profile-photo picture {
  aspect-ratio: 3/4;
}
.profile-photo picture img {
  border-radius: 6px;
  object-fit: cover;
}

.bg-primary-tint {
  background: var(--background-tint);
}

.space-block.space-xs {
  padding-block: var(--space-xs);
}
.space-block.space-sm {
  padding-block: var(--space-sm);
}
.space-block.space-md {
  padding-block: var(--space-md);
}
.space-block.space-lg {
  padding-block: var(--space-lg);
}
.space-block.space-xl {
  padding-block: var(--space-xl);
}
.space-block.space-2xl {
  padding-block: var(--space-2xl);
}
.space-block.space-3xl {
  padding-block: var(--space-3xl);
}

.space-above.space-xs {
  padding-top: var(--space-xs);
}
.space-above.space-sm {
  padding-top: var(--space-sm);
}
.space-above.space-md {
  padding-top: var(--space-md);
}
.space-above.space-lg {
  padding-top: var(--space-lg);
}
.space-above.space-xl {
  padding-top: var(--space-xl);
}
.space-above.space-2xl {
  padding-top: var(--space-2xl);
}

.space-below.space-xs {
  padding-bottom: var(--space-xs);
}
.space-below.space-sm {
  padding-bottom: var(--space-sm);
}
.space-below.space-md {
  padding-bottom: var(--space-md);
}
.space-below.space-lg {
  padding-bottom: var(--space-lg);
}
.space-below.space-xl {
  padding-bottom: var(--space-xl);
}
.space-below.space-2xl {
  padding-bottom: var(--space-2xl);
}

@media screen and (max-width: 600px) {
  .section-background {
    position: absolute;
    top: -10vh;
    left: -20vw;
    right: -20vw;
    z-index: -10;
  }
}
/*========================================
    Front Page
========================================*/
.intro {
  --home-gap: 30vw;
  position: relative;
  background: #000;
  padding-top: var(--home-gap);
}
.intro .wrapper {
  align-items: center;
  margin-bottom: 0;
}
.intro svg {
  margin-left: -5vw;
  margin-right: -5vw;
}
.intro picture {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin-bottom: 60%;
}
.intro picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro picture::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, black 10%, rgba(0, 0, 0, 0) 100%);
}

.intro-content {
  z-index: 10;
}

.intro-content p {
  max-width: 54ch;
}

@media (min-width: 48em) {
  .intro {
    padding-top: 0;
  }
  .intro picture {
    left: 30%;
    margin-bottom: 0;
  }
  .intro picture::after {
    background-image: linear-gradient(90deg, black 10%, rgba(0, 0, 0, 0) 100%);
  }

  .intro-content {
    margin-block: 0;
  }
}
.post-list ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.post-list li {
  list-style: none;
  padding: 0;
}
.post-list .post-link {
  display: block;
  max-width: 70ch;
  margin-bottom: var(--space-md);
}
.post-list .post-link:hover {
  border-color: var(--color-primary-light);
}
.post-list .post-link:hover h3 {
  text-decoration: underline;
}
.post-list .post-link:hover p {
  color: var(--text-color);
}
.post-list h3 {
  color: var(--color-primary);
  transition: color 300ms ease-in-out;
  font-size: var(--step-2);
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  text-decoration-color: var(--color-primary-light);
}
.post-list p {
  margin-bottom: 0;
}
.post-list .post-excerpt {
  margin-top: 0;
  max-width: 70ch;
}
.post-list .post {
  background-color: var(--color-white);
  padding: 0.6rem 1.5rem 1.3rem;
  border: 1px solid var(--color-light);
  border-radius: 1rem;
  transition: background 250ms ease;
}
.post-list .post .service_top_panel h1 {
  text-wrap: balance;
}
.post-list .post h3 {
  margin: 0.5rem 0 0.3rem -6px;
  padding: 4px 6px;
  border-radius: 4px;
  max-width: 70ch;
}
.post-list .post:hover {
  color: inherit;
  background-color: rgba(51, 97, 215, 0.2);
  text-decoration: underline;
}

.post main p {
  font-size: var(--step-05);
  max-width: 750px;
}

article header {
  padding-block: var(--space-xl);
}
article .post {
  margin-top: 0vh;
  font-size: 1.8rem;
}
article .post .type {
  padding-left: 0;
}
article .post .type li {
  font-size: 0.84375rem;
  list-style: none;
  display: inline-block;
  margin-right: 0.9rem;
  padding: 0.3rem 0.75rem;
  border: var(--color-primary-light) 1px solid;
  border-radius: 0.4rem;
}
article .content {
  max-width: 78ch;
  margin-inline: auto;
}
article .content > p, article .content > h1, article .content > h2, article .content > h3, article .content > h4, article .content > h5, article .content > h6, article .content > ul, article .content > ol, article .content > a {
  padding-inline: var(--space-md);
}
article footer {
  background: none;
}

time {
  font-weight: 600;
  font-size: 1.125rem;
  color: #a3a3a3;
}

.work header {
  background-color: var(--color-charcoal);
  padding-block: var(--space-xl);
  position: relative;
  overflow: hidden;
  color: white;
}
.work header .header-image-background {
  display: none;
}
.work header .wrapper {
  z-index: 1;
  display: grid;
  align-items: center;
  gap: var(--space-lg);
}

.border-grey {
  border: 1px solid var(--color-light);
}

.image-caption {
  text-align: center;
  font-size: var(--step--1);
  color: var(--text-light);
  margin-top: -3rem;
  margin-bottom: var(--space-lg);
  max-width: inherit;
}

.work-panel {
  margin-bottom: 4rem;
}

.work-intro {
  margin-bottom: var(--space-xl);
}

.work-thumb {
  display: block;
  transition: transform 250ms ease;
}
.work-thumb:hover {
  transform: scale(1.03);
}
.work-thumb picture {
  aspect-ratio: 16/9;
}
.work-thumb picture img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.work-preview {
  background-color: var(--background-tint);
  margin-block: var(--space-xl);
  --preview-height: clamp(30vw, 70vw, 700px);
}
.work-preview picture {
  max-height: var(--preview-height);
}
.work-preview picture img {
  width: auto;
  height: auto;
  max-height: var(--preview-height);
  margin: auto;
}

.work-thumb-img {
  width: 100%;
  height: auto;
}

@media (min-width: 48em) {
  .work header {
    padding-block: var(--space-3xl);
  }

  .work header .wrapper {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xl);
  }
  .work header .wrapper .work-intro {
    margin-bottom: 0;
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .work header .wrapper picture {
    grid-row: 1/2;
    grid-column: 2/3;
  }

  .work header .header-image-background {
    position: absolute;
    display: block;
    inset: 0;
    object-fit: cover;
    object-position: top left;
    width: 100%;
    height: 100%;
  }

  .work header .header-image-background::after {
    background-image: linear-gradient(0deg, black 10%, rgba(0, 0, 0, 0) 100%);
    z-index: 5;
  }
}
.service_top_panel {
  padding-block: var(--space-2xl);
}
.service_top_panel .split-pair {
  margin-top: var(--space-l);
}
.service_top_panel .split-pair p {
  max-width: 32ch;
}
.service_top_panel .split-pair img {
  margin: 1rem auto 0;
}
.service_top_panel .split-pair a.btn {
  justify-self: end;
}

.service p {
  max-width: 70ch;
}
.service .wrapper .split-pair {
  gap: var(--space-2xl);
}
.service a.btn-back {
  margin-left: auto;
  margin-top: 1.3rem;
  position: sticky;
  top: var(--space-lg);
}

.icon-heading {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.intro-section {
  margin-bottom: 2.5rem;
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  grid-template-rows: auto;
  gap: var(--space-lg);
}
.book-grid .book-panel h4 {
  margin: 1rem 0 0;
}
.book-grid .book-panel p {
  margin-top: 0;
}
.book-grid .book-panel img {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  max-width: clamp(100px, 100%, 180px);
  width: auto;
  height: auto;
}

.contact picture {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
}
.contact picture img {
  height: auto;
}

.split-pair {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--space-lg);
  align-items: start;
}
@media (min-width: 48em) {
  .split-pair {
    grid-template-columns: 1fr 1fr;
  }
}

.split-pair-third {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4vw;
  margin-bottom: var(--space-lg);
}
@media (min-width: 48em) {
  .split-pair-third {
    grid-template-columns: 1fr 30%;
  }
}

.split-pair.split-center {
  align-items: center;
}

.flow > p + p {
  margin-top: var(--space-sm);
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.wrapper {
  width: 100%;
  max-width: 72rem;
  padding-inline: var(--space-md);
}

@media (min-width: 48em) {
  .wrapper {
    padding-inline: var(--space-xl);
  }
}
@media (min-width: 62em) {
  .wrapper {
    padding-inline: var(--space-md);
    margin-left: auto;
    margin-right: auto;
  }
}
nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: geomanistmedium, sans-serif;
  letter-spacing: 0.5px;
}
nav button {
  --burger-color: var(--color-primary);
  border: none;
  display: none;
  background-color: transparent;
  z-index: 140;
  cursor: pointer;
  border-radius: 4px;
}
nav button svg {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 2px;
  padding: 4px;
}
nav button svg .line {
  transition: y 100ms ease-in 100ms, rotate 100ms ease-in, opacity 0ms 100ms;
  transform-origin: center;
}
nav button.is-open .line {
  transition: y 100ms ease-in, rotate 100ms ease-in 100ms, opacity 0ms 100ms;
}
nav button.is-open .top {
  y: 47px;
  rotate: 45deg;
}
nav button.is-open .bottom {
  y: 47px;
  rotate: -45deg;
}
nav button.is-open .middle {
  opacity: 0;
}
nav .menu-wrapper {
  display: flex;
  gap: var(--space-md);
}
nav ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
}
nav ul li {
  margin: 0 0.9rem;
  padding: 0;
}
nav ul li a {
  color: var(--text-color);
  font-size: var(--step--05);
  padding: 20px 0 18px;
  border-bottom: 3px solid transparent;
  position: relative;
}
nav ul li a::after {
  content: " ";
  position: absolute;
  display: block;
  bottom: 8px;
  width: 0;
  height: 3px;
  background-color: var(--color-primary);
  transition: all 0.2s ease-in-out;
}
nav ul li a:hover {
  color: var(--text-color);
}
nav ul li a:hover:after, nav ul li a.active:after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  nav {
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 1.4rem;
    width: fit-content;
    color: #ffffff;
  }
  nav button {
    display: block;
  }

  nav .menu-wrapper {
    visibility: hidden;
    padding-top: 7rem;
    padding-bottom: 2rem;
    padding-inline: var(--space-md);
    width: 100%;
    background-color: var(--color-night-bg);
    z-index: 90;
    top: 0;
    left: 0;
    position: absolute;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.3s ease;
  }
  nav .menu-wrapper.is-active {
    visibility: visible;
  }
  nav .menu-wrapper ul {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  nav .menu-wrapper ul li {
    margin: 1rem 0px;
  }
  nav .menu-wrapper ul li > a {
    padding: 16px 0px;
    font-size: 20px;
    color: #ffffff;
  }
  nav .menu-wrapper ul li > a::after {
    transition: none;
  }
  nav .menu-wrapper ul li > a:hover, nav .menu-wrapper ul li > a:active {
    color: var(--color-primary);
  }
}
/*========================================
    Footer
========================================*/
footer {
  background-color: #000000;
  background-image: linear-gradient(180deg, #001f33, #00131f);
  padding: 2.25rem 0 2.25rem;
}
footer a {
  color: var(--color-primary-light);
  text-decoration: none;
}
footer a:hover {
  color: var(--color-primary-light);
  text-decoration: underline;
}
footer .footer-content {
  display: flex;
  margin-top: var(--space-lg);
  justify-content: space-between;
}
footer .footer-content p {
  margin-block: 0;
}
footer .footer-pre {
  display: flex;
  border-bottom: 1px solid var(--color-primary-darker);
  padding-bottom: var(--space-lg);
}
footer .footer-pre h3 {
  color: #ffffff;
}
footer .footer-pre ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .footer-pre ul li {
  padding-left: 0;
  margin-bottom: 0;
}
footer .footer-pre ul li a {
  font-size: 1.125rem;
}
footer .footer-pre .footer-intro {
  flex-grow: 1;
}
footer .footer-pre .footer-intro p {
  max-width: 50ch;
}
footer .footer-pre .footer-services, footer .footer-pre .footer-nav, footer .footer-pre .footer-legal {
  flex-shrink: 0;
}
footer .footer-pre .footer-services li, footer .footer-pre .footer-nav li, footer .footer-pre .footer-legal li {
  line-height: 1.6;
}
footer .footer-pre .footer-services a, footer .footer-pre .footer-nav a, footer .footer-pre .footer-legal a {
  font-size: 0.9rem;
  transition: color 200ms ease-in-out;
}
footer .footer-pre .footer-services a:hover, footer .footer-pre .footer-nav a:hover, footer .footer-pre .footer-legal a:hover {
  color: var(--color-light);
}
footer p {
  font-size: 0.9375rem;
  color: #ffffff;
}
footer p.copyright {
  flex: 1;
}

@media screen and (max-width: 700px) {
  footer .footer-pre {
    flex-direction: column;
  }
  footer .footer-content {
    flex-direction: column;
  }
}
@media (min-width: 48em) {
  footer .footer-pre {
    gap: var(--space-2xl);
  }
}
.contact-form {
  margin-top: 4em;
}

input, textarea {
  display: block;
  margin: 0.2rem 0 1.125rem;
  width: 100%;
  letter-spacing: 0.05rem;
}
input[type=text], input[type=email], input[type=tel], textarea[type=text], textarea[type=email], textarea[type=tel] {
  padding: 0.84375rem;
  border-radius: 6px;
  border: 1px solid var(--color-shadow-light);
}

textarea {
  min-width: 360px;
  border: 1px solid var(--color-shadow-light);
  border-radius: 6px;
  padding: 0.84375rem;
}

@media screen and (max-width: 480px) {
  input[type=text], input[type=email], textarea {
    min-width: 100%;
  }
}
.no-js .user-toggle {
  display: none;
}

.toggle {
  font-family: geomanistmedium, sans-serif;
  line-height: 1;
  position: relative;
}

.toggle:not([hidden]) {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.toggle__element {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--metric-toggle-thumb-size);
  width: 1em;
  height: 1em;
}

.toggle__decor {
  --color-toggle-decor-bg: var(--color-primary);
  display: block;
  position: relative;
  overflow: hidden;
  width: calc( (var(--metric-toggle-thumb-size) * 2) + (var(--metric-toggle-thumb-space) * 2) );
  height: calc(var(--metric-toggle-thumb-size) + (var(--metric-toggle-thumb-space) * 2));
  background: var(--color-toggle-decor-bg);
  margin-right: 0.5rem;
  border-radius: var(--metric-toggle-thumb-size);
  transition: background var(--transition-snappy-duration);
  transition-delay: var(--transition-snappy-duration);
  box-sizing: content-box;
  border: 1px solid var(--color-light);
}

.toggle__thumb {
  display: grid;
  place-items: center;
  width: var(--metric-toggle-thumb-size);
  height: var(--metric-toggle-thumb-size);
  border-radius: var(--metric-toggle-thumb-size);
  background: linear-gradient(229.84deg, rgba(255, 255, 255, 0) 14.29%, rgba(48, 48, 48, 0.15) 81.82%), #ffffff;
  color: var(--color-day-icon);
  box-shadow: 0 0 var(--metric-toggle-thumb-space) var(--color-shadow-mid);
  position: absolute;
  top: var(--metric-toggle-thumb-space);
  left: var(--metric-toggle-thumb-space);
  transform: none;
  transition: transform var(--transition-silky-duration) cubic-bezier(1, 0, 0.55, 0.85);
  will-change: transform;
  z-index: 1;
}

.toggle__thumb::before {
  content: "";
  display: none;
  width: calc(var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space));
  height: calc(var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space));
  border: 2px solid var(--color-dark);
  border-radius: calc(var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space));
}

.toggle__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
}

.toggle__icon[data-state=checked] {
  left: var(--metric-toggle-icon-space);
  fill: var(--color-night-icon);
  opacity: 0;
  transform: translateY(-1rem);
}

.toggle__icon[data-state=un-checked] {
  right: var(--metric-toggle-icon-space);
  fill: var(--color-day-icon);
  transition: var(--transition-icon);
  transition-delay: var(--transition-delay-icon);
}

.toggle__decor:hover .toggle__thumb {
  margin-left: 1px;
}

:checked + .toggle__decor:hover .toggle__thumb {
  margin-left: -1px;
}

:checked + .toggle__decor {
  --color-toggle-decor-bg: var(--color-night-bg);
}

:checked + .toggle__decor .toggle__thumb {
  transform: translateX(var(--metric-toggle-thumb-size)) rotate(270deg);
  box-shadow: 0 0 var(--metric-toggle-thumb-space) var(--color-shadow-dark);
}

:checked + .toggle__decor .toggle__icon[data-state=checked] {
  opacity: 1;
  transform: translateY(-50%);
  transition: var(--transition-icon);
  transition-delay: var(--transition-delay-icon);
}

:checked + .toggle__decor .toggle__icon[data-state=un-checked] {
  opacity: 0;
  transform: translateY(1rem);
  transition: none;
}

:focus + .toggle__decor:not(:hover) .toggle__thumb::before {
  display: block;
}

:disabled + .toggle__decor {
  filter: grayscale(1) brightness(1.5);
  cursor: not-allowed;
}

@media (min-width: 48em) {
  label#light-dark-label {
    display: none;
  }

  .toggle__decor {
    margin-right: 0;
  }
}
.quote {
  max-width: 90ch;
  margin: 0 auto;
  padding: 2rem 6rem 1rem;
  background-color: var(--background-tint);
  border-radius: 2rem;
}
.quote .quote-reference {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--space-lg);
}
.quote .quote-reference picture {
  max-width: 90px;
  margin-right: var(--space-md);
  margin-bottom: var(--space-md);
}
.quote .quote-reference h4 {
  margin-top: 0;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.40625rem;
  line-height: 2;
  position: relative;
}
blockquote:before {
  content: url(/images/quote-marks.svg);
  position: absolute;
  left: -50px;
}
blockquote:after {
  content: url(/images/quote-marks.svg);
  position: absolute;
  transform: rotate(180deg);
  right: -50px;
  bottom: 0px;
}

@media screen and (max-width: 480px) {
  .quote {
    padding-left: 1.40625rem;
    padding-right: 1.40625rem;
    border-radius: 0;
  }

  blockquote {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  blockquote:before {
    left: 10px;
    top: 0px;
  }
  blockquote:after {
    right: 10px;
    bottom: 0px;
  }
}
.skip-to-content-link {
  display: block;
  height: 30px;
  left: 50%;
  padding: 8px 16px 16px;
  position: absolute;
  transform: translateY(-120%);
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  border: 2px solid var(--color-primary);
}

.box-shadow {
  box-shadow: var(--shadow-elevation-medium);
  border-radius: 3px;
}

.hover-shadow {
  transition: border var(--transition-silky-duration);
}
.hover-shadow:hover {
  box-shadow: var(--shadow-elevation-medium);
  border-color: var(--color-primary);
}

/*========================================
    Buttons
========================================*/
.btn {
  width: max-content;
  font-family: geomanistmedium, sans-serif;
  text-align: center;
  align-items: center;
  height: 44px;
  color: #ffffff;
  appearance: none;
  background: var(--button-color);
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: max-content;
  text-decoration: none;
  transition: background var(--transition-silky-duration) ease;
  border-radius: 6px;
  padding: 0 1rem;
  border: var(--color-primary-dark) 1px solid;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: var(--color-primary-dark);
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn.btn-lg {
  height: 52px;
  padding: 0 1.5rem;
}
.btn.btn-sm {
  height: 38px;
  padding: 0 0.6rem;
}
.btn.btn-icon {
  gap: 0.6rem;
}
.btn.btn-icon::after {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.btn.btn-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  transition: transform 250ms ease;
}
.btn.btn-icon:hover svg {
  transform: translateX(4px);
}
.btn.btn-back:hover svg {
  transform: translateX(-4px);
}
.btn.btn-secondary {
  background-color: transparent;
  color: var(--button-text);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background-color: rgba(51, 97, 215, 0.2);
  text-shadow: none;
}
.btn.btn-tertiary {
  color: var(--color-primary);
  border-color: var(--color-primary-light);
  background-color: transparent;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary:active {
  border-color: var(--color-primary-light);
  text-shadow: none;
  background-color: rgba(51, 97, 215, 0.2);
}

.btn-copy {
  padding: 0 0.8rem;
}

.panels ul {
  margin: 2rem 0;
  padding: 0;
  row-gap: 2rem;
}
.panels li {
  display: block;
  position: relative;
  height: 100%;
  list-style: none;
  border: 1px solid #cccccc;
  background-color: var(--background);
  padding: var(--space-md);
  border-radius: 0.6rem;
}
.panels li > h1:first-child, .panels li h2:first-child, .panels li h3:first-child, .panels li h4:first-child {
  margin-top: 0;
}
.panels li a:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.call-out-panel {
  margin-top: var(--space-lg);
  background-color: var(--background-tint);
  border-radius: var(--space-sm);
  padding: var(--space-sm) var(--space-md) var(--space-md);
}

.worked-with div {
  display: flex;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  flex-wrap: wrap;
}

[data-user-color-scheme=light] .worked-with div .logo-dark {
  display: none;
}
[data-user-color-scheme=light] .worked-with div .logo-light {
  display: block;
}

[data-user-color-scheme=dark] .worked-with div .logo-dark {
  display: block;
}
[data-user-color-scheme=dark] .worked-with div .logo-light {
  display: none;
}

@media (prefers-color-scheme: light) {
  .worked-with div .logo-dark {
    display: none;
  }
  .worked-with div .logo-light {
    display: block;
  }
}
@media (prefers-color-scheme: dark) {
  .worked-with div .logo-dark {
    display: block;
  }
  .worked-with div .logo-light {
    display: none;
  }
}
/*========================================
    Contact Block
========================================*/
.contact-block {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.contact-block div {
  flex-grow: 1;
}
.contact-block div p {
  max-width: 40ch;
}
.contact-block picture {
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .contact-block {
    flex-direction: column;
  }
}
.contact-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.availability::before {
  content: " ";
  background-color: green;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 0.6rem 0.1rem 0;
}

#map {
  height: 500px;
  width: 100%;
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
