/* import css normalise/reset library */ /* stylelint-disable */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* stylelint-enable */
/* stylelint-disable */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* stylelint-enable */
/* import vars */
:root {
  --color-one: #262626;
  --color-two: #fff;
  --color-three: #F3F3F3;
  --color-four: #BF9B54;
  --color-five: rgba(38, 38, 38, 0.9);
  --color-six: rgba(38, 38, 38, 0.5);
  --font-one: "Roboto", sans-serif;
  --font-two: "Lora", serif;
  --vertical-spacing: 4.5rem;
  --container-spacing: 1.5rem;
  --inner-spacing: 1.5rem;
}
@media (min-width: 900px) {
  :root {
    --vertical-spacing: 6rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-spacing: 5rem;
  }
}
@media (min-width: 900px) {
  :root {
    --inner-spacing: 3.5rem;
  }
}

/* import mixins */
*,
*::before,
*::after {
  box-sizing: border-box;
  position: relative;
}

html {
  background-color: var(--color-two);
  color: var(--color-one);
  font-size: 16px;
  font-family: var(--font-one);
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  text-rendering: optimizeSpeed;
  font-variant-ligatures: common-ligatures;
  overflow-x: hidden;
  padding: 0;
  scroll-behavior: smooth;
}

.skip-main {
  left: 50%;
  position: absolute;
  top: 0;
  z-index: 2;
  transform: translate(-50%, -100%);
  transition: transform 0.2s;
}
.skip-main:focus {
  transform: translate(-50%, 0);
}

body,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

img,
picture,
svg,
video,
hr {
  width: 100%;
  display: block;
}

table,
th,
td {
  border: 1px solid currentColor;
  text-align: left;
}

td,
th {
  padding: 1rem;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  margin: 2rem 0;
}

th {
  font-weight: 800;
}

::-moz-selection {
  background: var(--color-one);
  color: var(--color-two);
}

::selection {
  background: var(--color-one);
  color: var(--color-two);
}

*:focus {
  outline: 1px solid var(--color-one);
  outline-offset: 4px;
}

.slick-dots {
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  margin: 0 0.2rem;
  line-height: 0;
}
.slick-dots li.slick-active button {
  background-color: var(--color-two);
}
.slick-dots button {
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 10rem;
  border: 2px solid var(--color-one);
  background-color: var(--color-one);
}

.viewport-animate {
  transition: transform 0.4s, opacity 0.4s;
  transform: translateY(3rem);
  opacity: 0;
}
.viewport-animate--in {
  transform: translateY(0);
  opacity: 1;
}

.bold,
p strong {
  font-weight: 800;
}

.italic,
p em {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.upper {
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.image-preload {
  height: 0;
  width: 0;
  overflow: hidden;
}

.color--one {
  background-color: var(--color-one);
}
.color--two {
  background-color: var(--color-two);
}
.color--three {
  background-color: var(--color-three);
}
.color--four {
  background-color: var(--color-four);
}

.container {
  max-width: 102rem;
  margin: auto;
  padding-left: var(--container-spacing);
  padding-right: var(--container-spacing);
}
.container--one {
  max-width: 57rem;
}
.container--two {
  max-width: 38rem;
}

.columns {
  list-style: none;
  padding: 0;
  margin: 0 -1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.columns > * {
  width: calc(100% - 2.5rem);
  margin: 0 1.25rem 2.5rem;
}
.columns--2 > * {
  width: calc(100% - 2.5rem);
  margin: 0 1.25rem 2.5rem;
}
@media (min-width: 850px) {
  .columns--2 > * {
    width: calc(50% - 2.5rem);
  }
}
.columns--4 > * {
  width: calc(25% - 2.5rem);
  margin: 0 1.25rem 2.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  font-family: var(--font-one);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 2.6ex 0 0;
}

a:not([class]) {
  color: currentColor;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: var(--color-one);
          text-decoration-color: var(--color-one);
  transition: color 0.2s ease;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

ul,
ol {
  list-style: disc;
  padding-left: 1.8ex;
}

li {
  margin: 2.6ex 0 0;
}
li + li {
  margin: 1.6ex 0 0;
}

.font-preset--1,
h1 {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  margin: 2.6ex 0 0;
}
@media (min-width: 1000px) {
  .font-preset--1,
h1 {
    font-size: 3.41rem;
  }
}

.font-preset--2,
h2 {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin: 2.6ex 0 0;
}
@media (min-width: 1000px) {
  .font-preset--2,
h2 {
    font-size: 1.92rem;
  }
}

.font-preset--3,
h3 {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  margin: 2.6ex 0 0;
}
@media (min-width: 1000px) {
  .font-preset--3,
h3 {
    font-size: 2rem;
  }
}

.font-preset--4,
h4 {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  margin: 2.6ex 0 0;
}
@media (min-width: 1000px) {
  .font-preset--4,
h4 {
    font-size: 1.5rem;
  }
}

.font-preset--5,
h5 {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.1ex;
  line-height: 1.4;
  margin: 2.6ex 0 0;
  font-style: italic;
}
@media (min-width: 1000px) {
  .font-preset--5,
h5 {
    font-size: 1.5rem;
  }
}

/* import components */
.alternating {
  margin-top: var(--vertical-spacing);
}
.alternating + .alternating {
  margin-top: calc(var(--vertical-spacing) / 2);
}
@media (min-width: 740px) {
  .alternating--flip .alternating__container {
    flex-direction: row-reverse;
  }
  .alternating--flip .alternating__item {
    display: flex;
    justify-content: flex-end;
  }
}
.alternating__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.alternating__item {
  width: 100%;
}
@media (min-width: 740px) {
  .alternating__item {
    width: calc(50% - 1.25rem);
  }
}
.alternating__item--image {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1.2;
}
.alternating__text-box {
  max-width: 30rem;
}
.alternating__heading {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin: 2.6ex 0 0;
  margin-top: 1.25ex;
}
@media (min-width: 1000px) {
  .alternating__heading {
    font-size: 1.92rem;
  }
}
@media (min-width: 740px) {
  .alternating__heading {
    margin-top: 0;
  }
}
.alternating .heading-underline::after {
  margin: 1.1ex auto 0 0;
}
.alternating__copy * {
  font-family: var(--font-one);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 2.6ex 0 0;
}
.arch {
  margin-top: var(--vertical-spacing);
}
.arch--hidden {
  display: none;
}
.arch__columns {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.arch__item {
  width: 22%;
  aspect-ratio: 1/1.3;
  box-shadow: inset 0px -2px 0px 2px var(--color-two);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 0 0.6rem;
}
@media (min-width: 740px) {
  .arch__item {
    margin: 0 1.22rem;
  }
}
.arch__item:nth-of-type(2) {
  width: 33.33%;
  margin-bottom: -1rem;
}
@media (min-width: 740px) {
  .arch__item:nth-of-type(2) {
    margin-bottom: -2rem;
  }
}
.arch__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1.196;
  content: "";
  background-image: url("/assets/img/arch-mask.png");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.body {
  margin-top: var(--vertical-spacing);
}
.body + .body {
  margin-top: calc(var(--vertical-spacing) / 2);
}
.body__heading {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  margin: 2.6ex 0 0;
  margin-top: 0;
}
@media (min-width: 1000px) {
  .body__heading {
    font-size: 2rem;
  }
}
.body__image {
  margin-top: 2.25rem;
}

.button {
  font-family: var(--font-one);
  font-weight: 400;
  font-size: 0.87rem;
  letter-spacing: 0.1ex;
  line-height: 1;
  margin: 2.6ex 0 0;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid var(--color-one);
  background-color: var(--color-one);
  color: var(--color-two);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: none;
  text-decoration: none;
  padding: 1.4ex 1.8ex;
  transition: color 0.3s, background-color 0.3s;
}
.button:hover {
  background-color: var(--color-two);
  color: var(--color-one);
}
.button--two {
  border: 1px solid var(--color-two);
  background-color: var(--color-two);
  color: var(--color-one);
}
.button--two:hover {
  background-color: transparent;
  color: var(--color-two);
}

.cards {
  text-align: center;
  margin-top: var(--vertical-spacing);
}
.cards__bg-image {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  filter: grayscale(1);
  opacity: 0.2;
  z-index: 1;
}
.cards__container {
  z-index: 2;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.cards__columns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.25rem;
}
.cards__section-heading {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin: 2.6ex 0 0;
  width: calc(100% - 2.5rem);
  margin: 0 1.25rem 0;
}
@media (min-width: 1000px) {
  .cards__section-heading {
    font-size: 1.92rem;
  }
}
.cards__item {
  width: calc(100% - 2.5rem);
  margin: 2.5rem 1.25rem 0;
  background-color: var(--color-two);
}
@media (min-width: 550px) {
  .cards__item {
    width: calc(50% - 2.5rem);
  }
}
@media (min-width: 950px) {
  .cards__item {
    width: calc(25% - 2.5rem);
  }
}
.cards__link {
  text-decoration: none;
  color: var(--color-one);
  display: block;
}
.cards__image {
  aspect-ratio: 1.6/1;
  background-position: 50%;
  background-size: cover;
}
.cards__heading {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  margin: 2.6ex 0 0;
  margin: 1.9ex 0 0;
}
@media (min-width: 1000px) {
  .cards__heading {
    font-size: 1.5rem;
  }
}
.cards__intro {
  font-family: var(--font-one);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 2.6ex 0 0;
  margin-top: 1.25ex;
}
.cards__button {
  margin-top: 2.1ex;
}
.cards__text-area {
  padding: 0.1ex 1rem 2.2rem;
}

.footer {
  margin-top: var(--vertical-spacing);
  color: var(--color-two);
  background-color: var(--color-one);
}
.footer__container {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.8rem;
}
.footer__heading {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  margin: 2.6ex 0 0;
  margin: 0;
}
@media (min-width: 1000px) {
  .footer__heading {
    font-size: 1.5rem;
  }
}
.footer__copy + .footer__copy {
  margin-top: 0;
}
.footer__icons {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.footer__icons-item {
  width: 2.5rem;
  margin: 0 0.5rem;
  padding: 0.45rem;
  border-radius: 10rem;
  border: 1px solid var(--color-two);
  display: inline-block;
}
.footer__icons-item img {
  top: -1px;
}
.footer__lower {
  background-color: var(--color-two);
  color: var(--color-one);
  padding: 0.8rem 0 1rem;
}
.footer__lower p {
  margin: 0;
}
@media (min-width: 520px) {
  .footer__lower .container {
    display: flex;
    justify-content: space-between;
  }
}
.grid {
  margin-top: var(--vertical-spacing);
}
.grid--hidden {
  display: none;
}
.grid--six .grid__item--0,
.grid--six .grid__item--2,
.grid--six .grid__item--4 {
  aspect-ratio: 1/1.2;
}
.grid--nine .grid__item--1,
.grid--nine .grid__item--3,
.grid--nine .grid__item--5,
.grid--nine .grid__item--7,
.grid--nine .grid__item--9,
.grid--nine .grid__item--11,
.grid--nine .grid__item--13,
.grid--nine .grid__item--15,
.grid--nine .grid__item--17,
.grid--nine .grid__item--19,
.grid--nine .grid__item--21,
.grid--nine .grid__item--23,
.grid--nine .grid__item--25,
.grid--nine .grid__item--27,
.grid--nine .grid__item--29,
.grid--nine .grid__item--31,
.grid--nine .grid__item--33,
.grid--nine .grid__item--35,
.grid--nine .grid__item--37,
.grid--nine .grid__item--39,
.grid--nine .grid__item--41,
.grid--nine .grid__item--43,
.grid--nine .grid__item--45,
.grid--nine .grid__item--47,
.grid--nine .grid__item--49,
.grid--nine .grid__item--51,
.grid--nine .grid__item--53,
.grid--nine .grid__item--55 {
  aspect-ratio: 1/1.2;
}
.grid__columns .cols-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.625rem;
}
@media (min-width: 900px) {
  .grid__columns .cols-columns {
    margin: 0 -1.25rem;
  }
}
.grid__columns .cols-columns > * {
  width: calc(33.33% - 1.25rem);
  margin: 0 0.625rem;
}
@media (min-width: 900px) {
  .grid__columns .cols-columns > * {
    width: calc(33.33% - 2.5rem);
    margin: 0 1.25rem;
  }
}
.grid__item {
  aspect-ratio: 1.6;
  margin: 1.25rem 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 900px) {
  .grid__item {
    margin: 2.5rem 0;
  }
}

.header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  min-height: 8rem;
}
@media (min-width: 1000px) {
  .header__container {
    justify-content: space-between;
  }
}
.header__nav--desktop {
  display: none;
}
@media (min-width: 1000px) {
  .header__nav--desktop {
    display: block;
  }
}
.header__nav--mobile {
  display: none;
}
@media (min-width: 1000px) {
  .header__nav--mobile {
    display: none;
  }
}
.header__nav--mobile .header__nav-list {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-five);
  color: var(--color-two);
}
.header__nav--mobile .header__nav-item {
  font-size: 1.2rem;
  margin: 0.6ex 0;
}
.header__nav--mobile--active {
  display: block;
}
.header__nav--mobile--active .header__nav-list {
  pointer-events: all;
}
.header__nav-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.header__nav-item {
  font-family: var(--font-one);
  font-weight: 400;
  font-size: 0.87rem;
  letter-spacing: 0.1ex;
  line-height: 1;
  margin: 2.6ex 0 0;
  text-transform: uppercase;
  margin: 0 1ex 0;
}
.header__nav-link {
  color: inherit;
  text-decoration: none;
}
.header__nav-link--active {
  box-shadow: 0px 1px 0px 0px var(--color-one);
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  z-index: 1;
}
@media (min-width: 390px) {
  .header__logo {
    width: 230px;
  }
}
.header__nav-toggle {
  display: none;
}
@media (max-width: 1000px) {
  .header__nav-toggle {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("/assets/img/icon-menu-open.png");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    z-index: 15;
  }
  .header__nav-toggle--active {
    background-image: url("/assets/img/icon-menu-close.png");
    filter: invert(1) brightness(10);
  }
}

.heading-underline::after {
  content: "";
  position: relative;
  display: block;
  height: 2px;
  width: 50px;
  background-color: var(--color-four);
  margin: 1.1ex auto 0;
}

.hero {
  min-height: 42vw;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hero__container {
  position: static;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.hero__content {
  position: static;
  text-align: center;
  margin: auto;
}
.hero__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-six);
}
.hero__heading {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  margin: 2.6ex 0 0;
  margin: 0;
  color: var(--color-two);
}
@media (min-width: 1000px) {
  .hero__heading {
    font-size: 3.41rem;
  }
}
.hero .heading-underline::after {
  background-color: var(--color-two);
  margin: 0.8ex auto 0;
}
.hero__copy {
  color: var(--color-two);
}
.hero__links .button {
  margin-left: 0.6ex;
  margin-right: 0.6ex;
}
.intro {
  text-align: center;
  margin-top: var(--vertical-spacing);
}
.intro + .slider-gallery,
.intro + .grid,
.intro + .arch {
  margin-top: calc(var(--vertical-spacing) / 2);
}
.intro__overline {
  font-family: var(--font-one);
  font-weight: 400;
  font-size: 0.87rem;
  letter-spacing: 0.1ex;
  line-height: 1;
  margin: 2.6ex 0 0;
  text-transform: uppercase;
  color: var(--color-four);
  margin-top: 0;
}
.intro__heading {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin: 2.6ex 0 0;
  margin-top: 0.5ex;
}
@media (min-width: 1000px) {
  .intro__heading {
    font-size: 1.92rem;
  }
}
.intro__copy {
  font-family: var(--font-one);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 2.6ex 0 0;
}

.outline-cards {
  text-align: center;
  margin-top: var(--vertical-spacing);
}
.outline-cards__container {
  z-index: 2;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.outline-cards__columns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.25rem;
}
.outline-cards__section-heading {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin: 2.6ex 0 0;
  width: calc(100% - 2.5rem);
  margin: 0 1.25rem 0;
}
@media (min-width: 1000px) {
  .outline-cards__section-heading {
    font-size: 1.92rem;
  }
}
.outline-cards__item {
  width: calc(100% - 2.5rem);
  margin: 2.5rem 1.25rem 0;
  background-color: var(--color-two);
}
@media (min-width: 550px) {
  .outline-cards__item {
    width: calc(50% - 2.5rem);
  }
}
@media (min-width: 950px) {
  .outline-cards__item {
    width: calc(25% - 2.5rem);
  }
}
.outline-cards__link {
  text-decoration: none;
  color: var(--color-one);
  display: block;
  height: 100%;
  box-shadow: inset 0px 0px 0px 1px var(--color-four);
  transition: box-shadow 0.2s;
}
.outline-cards__link:hover {
  box-shadow: inset 0px 0px 0px 2px var(--color-four);
}
.outline-cards__heading {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  margin: 2.6ex 0 0;
  margin: 0;
}
@media (min-width: 1000px) {
  .outline-cards__heading {
    font-size: 1.5rem;
  }
}
.outline-cards__intro {
  font-family: var(--font-one);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 2.6ex 0 0;
  margin-top: 1.25ex;
}
.outline-cards__button {
  margin-top: 2.1ex;
}
.outline-cards__text-area {
  padding: 1.75rem 1rem 2rem;
  height: 100%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  transition: background-color 0.2s;
}
.popup--active {
  background-color: var(--color-five);
  pointer-events: all;
}
.popup--active .popup__content {
  transform: translateY(0);
  opacity: 1;
}
.popup__content {
  background-color: var(--color-two);
  text-align: center;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.25s 0.1s, transform 0.4s;
}
.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--color-two);
  border: 0;
  margin: 0;
  padding: 0.4rem;
  cursor: pointer;
  z-index: 1;
  width: 1.8rem;
  height: 1.8rem;
}
.popup__text {
  padding: 0 1.8rem 1.8rem;
}
.popup__heading {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  margin: 2.6ex 0 0;
  margin-top: 1.8ex;
}
@media (min-width: 1000px) {
  .popup__heading {
    font-size: 1.5rem;
  }
}
.popup__copy {
  font-family: var(--font-one);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 2.6ex 0 0;
  margin-top: 1.5ex;
}
.popup__button {
  margin-top: 2.1ex;
}

.slider-gallery {
  margin-top: var(--vertical-spacing);
}
.slider-gallery__item {
  margin: 0 1.25rem;
}
.slider-gallery__item img {
  width: unset;
  height: 100%;
  max-height: 300px;
}
@media (min-width: 740px) {
  .slider-gallery__item img {
    max-height: 450px;
  }
}

.testimonial {
  margin-top: var(--vertical-spacing);
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.testimonial__bg-image {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  filter: grayscale(1);
  opacity: 0.2;
  z-index: 1;
}
.testimonial__section-heading {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin: 2.6ex 0 0;
  margin: 0;
  text-align: center;
  z-index: 2;
}
@media (min-width: 1000px) {
  .testimonial__section-heading {
    font-size: 1.92rem;
  }
}
.testimonial__list {
  list-style: none;
  padding: 0;
  margin: 3rem 0;
  z-index: 2;
}
.testimonial__item {
  background-color: var(--color-two);
  margin: 0;
  padding: 2rem 2.4rem;
  margin: 0 1.25rem;
}
.testimonial__copy {
  font-family: var(--font-two);
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.1ex;
  line-height: 1.4;
  margin: 2.6ex 0 0;
  font-style: italic;
  margin: 0;
}
@media (min-width: 1000px) {
  .testimonial__copy {
    font-size: 1.5rem;
  }
}
.testimonial__source {
  font-family: var(--font-one);
  font-weight: 800;
  font-size: 0.87rem;
  letter-spacing: 0.1ex;
  line-height: 1;
  margin: 2.6ex 0 0;
  margin-top: 3.8ex;
  display: inline-block;
}
/*# sourceMappingURL=style.css.map*/