@font-face {
  font-family: 'Portrait Text Web';
  src: url('PortraitText-Regular-Web.5283fcb2.woff2') format('woff2'),
    url('PortraitText-Regular-Web.b0a32b07.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'BrownLL Light';
  src: url('BrownLLWeb-Light.a32b3668.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BrownLL Regular';
  src: url('BrownLLWeb-Regular.40d495d8.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

:root {
  --fontPortrait: Portrait Text Web, Times, serif;
  --fontBrownLLLight: BrownLL Light, Helvetica, sans-serif;
  --fontBrownLLRegular: BrownLL Regular, Helvetica, sans-serif;

  --white: #ffffff;
  --black: #000000;
  --slate1: #303030;
  --slate2: #6f6f6f;
  --slate3: #979797;
  --slate4: #9e9e9e;
  --plaster: #e0ccba;
  --timber: #44413d;
  --moss: #bcd0c5;
  --offWhite1: #ece6de;
  --offWhite2: #eeedec;

  /* Semantic aliases (used by page content backgrounds) */
  --color-grey: var(--offWhite2); /* #EEEDEC */
  --color-ash: var(--slate4); /* #9E9E9E */
  --color-white: var(--white); /* #ffffff */
  --color-beige: var(--plaster); /* #E0CCBA */
  --color-slate: var(--slate1); /* #303030 */
  --color-moss: var(--moss); /* #BCD0C5 */

  --spacing-sides: 20px;
}

@media screen and (min-width: 767px) {
  :root {
    --spacing-sides: 4.7vw;
  }
}

@media screen and (min-width: 1280px) {
  :root {
    --spacing-sides: 55px;
  }
}

/* stylelint-disable */
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

.body {
  font-family: var(--fontBrownLLLight);
  font-size: 16px;
  line-height: 150%;
}

.caption-copy {
  font-family: var(--fontPortrait);
  font-feature-settings: 'pnum' on, 'lnum' on;
  font-size: 14px;
  line-height: 125%;
}

.caption-title {
  font-family: var(--fontBrownLLRegular);
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 13px;
  text-transform: uppercase;
}

.caption-title {
  font-family: var(--fontBrownLLRegular);
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 13px;
  text-transform: uppercase;
}

.feature-title {
  font-family: var(--fontBrownLLRegular);
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .feature-title {
    font-size: 28px;
    line-height: 35px;
  }
}

.heading {
  font-family: var(--fontPortrait);
  font-size: 28px;
  line-height: 35px;
}

.header-caption {
  font-family: var(--fontBrownLLRegular);
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 13px;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .header-caption {
    font-size: 14px;
    line-height: 17px;
  }
}

.intro {
  font-family: var(--fontPortrait);
  font-size: 24px;
  line-height: 30px;
}

@media screen and (min-width: 767px) {
  .intro {
    font-size: 32px;
    line-height: 40px;
  }
}

.title {
  font-family: var(--fontPortrait);
  font-size: 38px;
  line-height: 48px;
}

@media screen and (min-width: 767px) {
  .title {
    font-size: 76px;
    line-height: 95px;
  }
}

.small-body {
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  line-height: 150%;
}

.small-title {
  font-family: var(--fontPortrait);
  font-size: 38px;
  line-height: 47px;
}

@media screen and (min-width: 767px) {
  .small-title {
    font-size: 60px;
    line-height: 75px;
  }
}

.small-body-copy {
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  line-height: 150%;
}

.sub-title {
  font-family: var(--fontPortrait);
  font-size: 22px;
  line-height: 28px;
}

@media screen and (min-width: 767px) {
  .sub-title {
    font-size: 28px;
    line-height: 35px;
  }
}

.article-header {
  margin: 48px 0 77px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .article-header {
    margin: 72px 0;
  }
}

.article-header__text {
  grid-column: span 4;
}

@media screen and (min-width: 550px) {
  .article-header__text {
    grid-column: 2 / span 10;
  }
}

@media screen and (min-width: 767px) {
  .article-header__text {
    grid-column: span 12;
  }
}

.article-tag-list {
  display: flex;
  justify-content: center;
}

.block-section {
}

.button {
  border: 1px solid var(--black);
  color: var(--black);
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  min-width: 142px;
  padding: 18px 18px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in;
}

.button--white {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.button:hover {
  opacity: 0.5;
}

.button--wide {
  min-width: 191px;
}

.cookiebar {
  display: none;
}

.cookiebar--active {
  display: block;
}

.cookiebar--active {
  bottom: 0;
  color: var(--black);
  display: block;
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  font-weight: 500;
  left: 0;
  line-height: 24px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.cookiebar__container {
  align-items: center;
  background-color: var(--white);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  justify-content: space-between;
  margin: 20px;
  padding: 20px;
}

@media (min-width: 767px) {
  .cookiebar__container {
    display: flex;
  }
}

.cookiebar__link {
  color: var(--slate2);
  transition: color 0.3s ease-in;
}

.cookiebar__link:hover {
  color: var(--slate3);
  opacity: 0.8;
}

.cookiebar__buttons {
  align-items: center;
  display: flex;
  grid-column: span 1;
  margin-top: 20px;
  min-width: 250px;
}

@media (min-width: 767px) {
  .cookiebar__buttons {
    justify-content: flex-end;
    margin-top: 0;
  }
}

.cookiebar__button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid var(--black);
  color: #000;
  cursor: pointer;
  font-weight: 500;
  outline: none;
  padding: 10px 18px;
}

.cookiebar__button--close {
  border: 1px solid var(--slate3);
  color: var(--slate3);
  margin-left: 10px;
}

.date {
  display: block;
  font-family: var(--fontBrownLLRegular);
  font-size: 15px;
  margin-bottom: 24px;
}

.entry-grid {
  padding-top: 13px;
}

.entry-grid__content {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1280px;
}

@media screen and (min-width: 550px) {
  .entry-grid__content {
    padding: 0 var(--spacing-sides);
    grid-template-columns: repeat(12, 1fr);
  }
}

@media screen and (min-width: 767px) {
  .entry-grid__content {
    column-gap: 30px;
  }
}

.entry-grid__column {
  grid-column: span 6;
  margin-bottom: 48px;
  padding: 0 var(--spacing-sides);
}

@media screen and (min-width: 550px) {
  .entry-grid__column {
    padding: 0;
  }
}

@media screen and (min-width: 1000px) {
  .entry-grid__column {
    grid-column: span 3;
  }
}

.entry-grid__column--pinned {
  padding: 0;
}

@media screen and (min-width: 1000px) {
  .entry-grid__column--pinned {
    grid-column: span 6;
    grid-row: span 2;
  }
}

.entry-grid__column--three-column {
  grid-column: span 12;
}

@media screen and (min-width: 767px) {
  .entry-grid__column--three-column {
    grid-column: span 4;
  }
}

.entry-grid__column--pinned .entry-grid__column-inner {
  position: sticky;
  top: 0;
}

.entry-grid__image-link {
  background-color: var(--black);
  display: block;
}

.entry-grid__image {
  display: block;
  transition: opacity 0.3s ease-in;
  width: 100%;
}

.entry-grid__image:hover {
  opacity: 0.9;
}

.entry-grid__text {
  background-color: transparent;
  padding: 16px 0 0;
}

.entry-grid__text--pinned {
  background-color: var(--white);
  padding: 24px 24px 37px;
}

.entry-grid__title {
  margin: 0 0 10px;
  line-height: 32px;
  font-weight: normal;
}

.entry-grid__link {
  color: var(--black);
  text-decoration: none;
}

.entry-grid__location {
  display: block;
  margin-bottom: 10px;
}

.entry-grid__description {
  margin: 0;
}

.entry-grid__description--pinned {
  margin: 0 0 24px;
}

.entry-grid__blocks {
  margin-bottom: 72px;
}

.entry-grid__blocks:last-child {
  margin-bottom: 0;
}

/* Filtering states */
.entry-grid__column.is-hidden,
.entry-grid__content.is-hidden {
  display: none;
}

/* When filtering is active, reset pinned item's row span to prevent layout gaps */
@media screen and (min-width: 1000px) {
  .entry-grid.is-filtering .entry-grid__column--pinned {
    grid-row: span 1;
  }
}

.entry-link {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  padding-bottom: 2px;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

.entry-link:hover {
  border-bottom: 1px solid var(--slate2);
  color: var(--slate2);
  opacity: 0.8;
}

.error {
  display: block;
  font-family: var(--fontBrownLLLight);
  color: red;
  line-height: 13px;
  letter-spacing: 0.1em;
  margin-top: 8px;
  font-size: 11px;
}

.fade-in {
  transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  transform: translateY(0px);
  opacity: 0;
}

.fade-in--in-view {
  opacity: 1;
}

.footer {
  background-color: var(--slate1);
  color: var(--white);
  grid-row-end: 3;
  grid-row-start: 2;
  padding: 48px 0 30px;
}

@media screen and (min-width: 767px) {
  .footer {
    padding: 72px 0 55px;
  }
}

.footer__row {
  margin-top: 80px;
}

@media screen and (min-width: 767px) {
  .footer__row {
    &:first-child {
      margin-bottom: 120px;
    }
  }
}

/* .logos {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 40px;
  grid-column: span 6;
  width: 100%;

  @media screen and (min-width: 767px) {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
} */

.footer__row .grid img {
  grid-column: span 6;
  height: auto;
  object-fit: contain;
  width: 100%;
  padding-right: 40px;
  margin-bottom: 40px;

  @media screen and (min-width: 767px) {
    grid-column: span 3;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

.footer__column {
  grid-column: span 6;
  margin-bottom: 46px;
}

@media screen and (min-width: 767px) {
  .footer__column {
    grid-column: span 3;
    margin-bottom: 0;
  }
}

.footer__social-links {
  display: flex;
  margin: 0;
  padding: 0;
}

.footer__social-links-item {
  list-style: none;
  margin-right: 11px;
  transition: opacity 0.3s ease-in;
}

.footer__social-links-item:last-child {
  margin-right: 0;
}

.footer__social-links-item:hover {
  opacity: 0.8;
}

.footer__headline {
  color: var(--slate3);
  margin: 0 0 10px;
}

@media screen and (min-width: 767px) {
  .footer__headline {
    margin: 0 0 20px;
  }
}

.footer__contact-links {
  list-style: none;
  margin-top: 18px;
  padding: 0;
}

@media screen and (min-width: 767px) {
  .footer__contact-links {
    margin-top: 28px;
  }
}

.footer__header-caption {
  color: var(--white);
  display: block;
  font-family: var(--fontBrownLLRegular);
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 17px;
  margin-bottom: 17px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in;
}

.footer__header-caption:hover {
  opacity: 0.8;
}

.footer__input-wrapper {
  margin-top: 15px;
  position: relative;
}

@media screen and (min-width: 767px) {
  .footer__input-wrapper {
    margin-top: 25px;
  }
}

.footer__input {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border-bottom: 1px solid var(--white);
  border-left: none;
  border-radius: 0px;
  border-right: none;
  border-top: none;
  color: var(--white);
  font-family: var(--fontBrownLLRegular);
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 17px;
  outline: none;
  padding: 5px 0 11px;
  text-transform: uppercase;
  width: 100%;
}

.footer__input::-webkit-input-placeholder {
  color: var(--white);
}

.footer__input ::-moz-placeholder {
  color: var(--white);
}

.footer__input ::-ms-input-placeholder {
  color: var(--white);
}

.footer__input ::-moz-placeholder {
  color: var(--white);
}

.footer__submit {
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='12' viewBox='0 0 30 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='-4.37114e-08' y1='5.97705' x2='29' y2='5.97705' stroke='white'/%3E%3Cpath d='M24 0.999863L29 6.02044L25 10.0369L24 11.041' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  cursor: pointer;
  height: 11px;
  opacity: 0.6;
  outline: none;
  position: absolute;
  right: 0;
  top: 6px;
  transition: opacity 0.3s ease-in;
  width: 29px;
}

@media screen and (min-width: 767px) {
  .footer__submit {
    opacity: 1;
  }
}

.footer__submit:hover {
  opacity: 0.8;
}

.footer__nav {
  grid-column: span 6;
}

.footer__list {
  display: flex;
  margin: 0 0 15px;
  padding: 0;

  &:last-child {
    margin-bottom: 0;
  }
}

.footer__nav-item {
  color: var(--slate3);
  font-family: var(--fontBrownLLRegular);
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 13px;
  list-style: none;
  margin-right: 20px;
  text-transform: uppercase;
}

.footer__nav-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  .footer__nav-item {
    font-size: 11px;
    opacity: 1;
  }
}

.footer__nav-item--white {
  color: var(--white);
}

.footer__nav-link {
  color: var(--slate3);
  text-decoration: underline;
  transition: opacity 0.3s ease-in;
}

.footer__nav-link--white {
  color: var(--white);
}

.footer__nav-link:hover {
  opacity: 0.8;
}

.footer button {
  cursor: pointer;
  margin-bottom: 40px;
}

.footer p {
  font-family: var(--fontBrownLLLight);
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 30px;
}

.footer__sponsors {
  padding: 24px 40px 80px;
  background-color: var(--page-content-block-bg, var(--color-slate));
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__sponsors .logos--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
}

.footer__sponsors .logos--item {
  flex: 1 0 calc((100% - 240px) / 6);
  max-width: calc((100% - 192px) / 5);
}

.footer__sponsors h5 {
  grid-column: span 6;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .footer__sponsors .logos--item {
    flex: 0 0 calc((100% - 144px) / 4);
    max-width: calc((100% - 144px) / 4);
  }
}

@media screen and (max-width: 767px) {
  .footer__sponsors .logos--items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
  }

  .footer__sponsors .logos--item {
    flex: initial;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.gallery {
  position: relative;
}

.gallery__text {
  display: flex;
  justify-content: center;
  left: 50%;
  margin: 0 auto;
  max-width: 435px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  z-index: 900;
}

@media screen and (min-width: 767px) {
  .gallery__text {
    max-width: none;
    min-width: 95%;
  }
}

.gallery__slideshow {
  margin-bottom: -15px;
  margin-top: -98px;
  outline: none;
  overflow-x: hidden;
  position: relative;
}

.gallery__item {
  background-position: center;
  background-size: cover;
  height: calc(100vh - 100px);
  min-height: 445px;
  width: 100%;
}

@media screen and (min-width: 550px) {
  .gallery__item {
    height: 100vh;
    min-height: 740px;
  }
}

.gallery .gallery .flickity-prev-next-button {
  appearance: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in;
  width: 44px;
  z-index: 100;
}

.gallery .gallery .flickity-prev-next-button:disabled {
  opacity: 0.2;
}

.gallery .gallery .flickity-prev-next-button:hover {
  opacity: 0.9;
}

.gallery .gallery .flickity-prev-next-button svg {
  display: none;
}

/* flickity */

.gallery .flickity-enabled {
  position: relative;
}

.gallery .flickity-enabled:focus {
  outline: none;
}

.gallery .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.gallery .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.gallery .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gallery .flickity-enabled.is-draggable .gallery .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.gallery .flickity-enabled.is-draggable .gallery .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* flickity-fade */

.gallery .flickity-enabled.is-fade .gallery .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.gallery .flickity-enabled.is-fade .gallery .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.gallery .gallery__item {
  transition: opacity 2s ease-in-out !important;
}

@media screen and (max-width: 767px) {
  .gallery__text .sub-title.introduction {
    font-size: 18px;
    line-height: 24px;
  }
}

.image-caption {
  margin-top: 16px;
  max-width: 500px;
}

.image-caption__title {
  font-weight: normal;
  margin: 0 0 8px;
}

.image-caption__title:last-child {
  margin-bottom: 0;
}

.image-caption__text {
  color: var(--slate2);
  margin: 0;
}

.image-header {
  background-image: var(--imageHeaderBackground);
  background-position: center;
  background-size: cover;
  color: var(--white);
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  justify-content: center;
  margin-bottom: 0;
  margin-top: -114px;
  min-height: 445px;
  position: relative;
  text-align: center;

  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 100%
    );
    pointer-events: none;
  }
}

.service-filters {
  position: absolute;
  bottom: 80px;
  width: 100%;

  @media screen and (max-width: 767px) {
    bottom: 20px;
  }

  .swipe {
    color: #fff;
  }

  .grid {
    .intro-projects-services {
      grid-column: span 12;
      margin: 0;

      .service {
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        background: transparent;

        &.active,
        &:hover {
          background: #fff;
          color: #000;
        }
      }
    }
  }
}

@media screen and (min-width: 550px) {
  .image-header {
    height: 100vh;
    margin-bottom: 0;
    min-height: 740px;
  }
}

.image-header__text {
  margin: 0 auto;
  max-width: 435px;
  transition: all 0.5s ease-in-out;

  p {
    font-family: var(--fontBrownLLRegular) !important;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 767px) {
  .image-header__text {
    max-width: none;
    min-width: 95%;
  }
}

.image-header__caption {
  bottom: 18px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 550px) {
  .image-header__caption {
    bottom: 50px;
  }
}

.page-home .hero-lighthouse-logo {
  position: absolute;
  right: 32px;
  bottom: 40px;
  z-index: 950;
  display: inline-block;
}

.page-home .hero-lighthouse-logo__image {
  max-width: 200px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .page-home .hero-lighthouse-logo {
    left: 50%;
    right: auto;
    bottom: 16px;
    transform: translateX(-50%);
  }

  .page-home .hero-lighthouse-logo__image {
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .image-header__text .sub-title.introduction {
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px;
  }
}

.image-rail-items__slide {
  min-height: var(--mobile-height);
  width: var(--mobile-width);
  margin-right: 20px;
}

@media screen and (min-width: 550px) {
  .image-rail-items__slide {
    min-height: var(--desktop-height);
    width: var(--desktop-width);
    margin-right: 30px;
  }
}

.image-rail-items__image-link {
  background-color: var(--black);
  display: block;
  margin-bottom: 16px;
}

.image-rail-items__image {
  display: block;
  height: 180px;
  width: 100%;
}

@media screen and (min-width: 550px) {
  .image-rail-items__image {
    height: 360px;
  }
}

.image-rail-items__image-link .image-rail-items__image {
  transition: opacity 0.3s ease-in;
}

.image-rail-items__image-link .image-rail-items__image:hover {
  opacity: 0.9;
}

.image-rail-items__caption {
  margin-bottom: 24px;
}

.image-rail-items__entry-link {
  margin-bottom: 10px;
}

.introduction {
  margin: 0 0;
  max-width: 570px;
  margin: 0 auto 48px;
  padding: 0;
}

.introduction:last-child {
  margin-bottom: 0;
}

.intro-header {
  margin: 35px 0 12px;
}

@media screen and (min-width: 550px) {
  .intro-header {
    margin: 55px 0 40px;
  }
}

.intro-header__text {
  grid-column: span 9;
}

.intro-header__text--full-width {
  grid-column: span 12;
}

.intro-header__title {
  display: flex;
  align-items: center;
  font-weight: normal;
  margin: 0;
}

@media screen and (min-width: 550px) {
  .intro-header__title::before {
    margin-right: 20px;
  }
}

.intro-header__title::before {
  background-color: var(--black);
  border-radius: 50%;
  content: '';
  margin-top: -2px;
  margin-right: 16px;
  height: 6px;
  width: 6px;
}

.intro-services {
  margin: 80px 0 160px;

  .full-width {
    grid-column: span 12;
    text-align: center;

    .title {
      font-weight: 100;
    }

    .intro {
      font-size: 32px;
      max-width: 70%;
      margin: 0 auto;
    }
  }
}

.intro-projects {
  margin: 80px 0 160px;

  .full-width {
    grid-column: span 12;
    text-align: center;

    .title {
      font-weight: 100;
    }

    .intro {
      font-size: 32px;
      max-width: 70%;
      margin: 0 auto;
    }
  }
}

.intro-projects-services {
  list-style: none;

  display: flex;
  justify-content: space-around;
  gap: 16px;
  padding: 0;
  margin: 120px 0 0;

  font-family: var(--fontBrownLLRegular);
  text-transform: uppercase;

  .service {
    width: 100%;
    padding: 24px 0;
    border: 1px solid black;
    font-size: 14px;
    color: black;
    text-decoration: none;
    background: transparent;

    cursor: pointer;

    &:hover,
    &.active {
      background: black;
      color: var(--offWhite2);
    }
  }

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 8px;

    .service {
      padding: 8px 40px;
      white-space: nowrap;
    }
  }
}

.intro-tag-list {
  margin-top: 15px;
}

@media screen and (min-width: 550px) {
  .intro-tag-list {
    margin-top: 40px;
  }
}

.load-more {
  margin-bottom: 48px;
  text-align: center;
}

.load-more__button {
  border: 1px solid var(--black);
  color: var(--black);
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  min-width: 142px;
  outline: none;
  padding-bottom: 16px;
  padding-top: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in;
}

.load-more__button:hover {
  opacity: 0.5;
}

.load-more__button:disabled,
.load-more__button[disabled] {
  cursor: default;
}

.logo {
  max-width: 210px;
}

@media screen and (min-width: 767px) {
  .logo {
    max-width: 280px;
  }
}

.nav {
  background-color: var(--navBackground);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
  transition: background-color 0.3s ease-in;
}

.nav__stack {
  display: flex;
  flex-direction: column;
}

.nav__banner {
  background-color: var(--color-slate);
  color: var(--white);
  font-family: var(--fontBrownLLRegular);
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 10px var(--spacing-sides);
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .nav {
    height: 114px;
  }
}

.nav--fade-in {
  background-color: "transparent";
  animation-name: navTransparent;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: backwards;
}

@keyframes navTransparent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.nav__logo {
  background-image: url("logo-large-black.810592bf.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 51px;
  margin: 0 auto;
  width: 110px;
}

.nav__logo--white {
  background-image: url("logo-large-white.897e9104.svg");
}

@media screen and (min-width: 767px) {
  .nav__logo {
    height: 68px;
    width: 237px;
  }
}

.nav__logo--white {
  background-image: url("logo-large-white.897e9104.svg");
}

.nav__button {
  cursor: pointer;
  height: 20px;
  padding: 0;
  position: relative;
  outline: none;
  margin-top: -1px;
  position: absolute;
  transition: opacity 0.3s ease-in;
  left: var(--spacing-sides);
  width: 30px;
}

.nav__button:hover {
  opacity: 0.6;
}

.nav__line {
  background-color: var(--black);
  position: relative;
  height: 2px;
  width: 100%;
}

.nav__line:nth-of-type(2) {
  top: 7px;
}

.nav__line:nth-of-type(3) {
  bottom: 0;
  position: absolute;
}

.nav__line--white {
  background-color: var(--white);
}

.note {
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  line-height: 150%;
  margin-top: 10px;
}

@media screen and (min-width: 550px) {
  .note {
    margin-top: 40px;
  }
}

.cheeseburger-menu-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

.cheeseburger-menu-outer {
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) !important;
}

.menu {
  height: 100%;
  padding: 22px 20px 40px;
}

@media screen and (min-width: 550px) {
  .menu {
    padding: 30px var(--spacing-sides);
  }
}

.menu__button {
  cursor: pointer;
  display: block;
  height: 38px;
  position: relative;
  transition: opacity 0.3s ease-in;
  width: 23px;
}

.menu__button:hover {
  opacity: 0.6;
}

.cheeseburger-menu.open .menu__button {
  animation-name: menuButton;
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-fill-mode: backwards;
}

@keyframes menuButton {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu__nav {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.menu__nav-list {
  margin: 20px 0 0;
  padding: 0;
}

@media screen and (min-width: 550px) {
  .menu__nav-list {
    margin-top: 55px;
  }
}

.cheeseburger-menu.open .menu__nav-list {
  animation-name: menuNavList;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: backwards;
}

@keyframes menuNavList {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu__nav-item {
  list-style: none;
}

.menu__nav-link {
  font-family: var(--fontPortrait);
  color: var(--black);
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
  transition: color 0.3s ease-in;
}

.menu__nav-link:hover {
  color: var(--slate2);
  opacity: 0.8;
}

.menu__line {
  position: absolute;
  width: 124%;
  height: 1px;
  top: 50%;
  left: -12%;
  margin-top: -1px;
  background-color: #000;
}

@media screen and (min-width: 550px) {
  .menu__line {
    height: 2px;
  }
}

.menu__line:nth-of-type(1) {
  transform: rotate(45deg);
}

.menu__line:nth-of-type(2) {
  transform: rotate(-45deg);
}

.menu__get-in-touch {
  margin-bottom: 0;
  margin-top: auto;
}

@media screen and (min-width: 550px) {
  .menu__get-in-touch {
    margin-bottom: 20px;
  }
}

.menu__secondary-links {
  padding-left: 0;
  margin-bottom: 40px;
  list-style: none;
}

.menu__secondary-link-item {
  margin-bottom: 10px;
}

.menu__secondary-link-item:last-child {
  margin-bottom: 0;
}

.menu__secondary-link {
  color: var(--black);
  transition: color 0.3s ease-in;
}

.menu__secondary-link:hover {
  color: var(--slate2);
  opacity: 0.8;
}

.cheeseburger-menu.open .menu__get-in-touch {
  animation-name: getInTouch;
  animation-duration: 1s;
  animation-delay: 0.9s;
  animation-fill-mode: backwards;
}

@keyframes getInTouch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu__get-in-touch-title {
  font-weight: normal;
  margin: 0 0 8px;
}

.menu__sponsor {
  margin-top: 48px;
}

.menu__sponsor-image {
  max-width: 140px;
  height: auto;
  display: block;
}

.menu__get-in-touch-list {
  margin: 0;
  padding: 0;
}

.menu__get-in-touch-item {
  list-style: none;
}

.menu__get-in-touch-link {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  display: inline-block;
  margin: 0 0 10px;
  text-decoration: none;
  transition: color 0.3s ease-in;
}

.menu__get-in-touch-link:hover {
  color: var(--slate2);
  opacity: 0.8;
}

.cheeseburger-menu-outer {
  max-width: 100% !important;
  width: 100% !important;
}

@media screen and (min-width: 767px) {
  .cheeseburger-menu-outer {
    max-width: none !important;
    width: 38.5vw !important;
  }
}

.page-not-found {
  display: flex;
  align-items: center;
  height: calc(100% - 80px);
  text-align: center;
  margin: 0 var(--spacing-sides);
}

@media screen and (min-width: 550px) {
  .page-not-found {
    height: calc(100% - 100px);
  }
}

.page-not-found__content {
  max-width: 570px;
  margin: 0 auto;
}

.page-not-found__title {
  font-weight: normal;
  margin: 0 0 24px;
  padding: 0;
}

.page-not-found__text {
  margin: 0 0 48px;
  padding: 0;
}

.rail {
  background-color: white;
  padding: 43px 0 38px;
}

@media screen and (min-width: 767px) {
  .rail {
    padding: 72px 0 72px;
  }
}

.rail__header {
  grid-column: span 12;
}

@media screen and (min-width: 767px) {
  .rail__header {
    grid-column: span 5;
  }
}

.rail__caption-title {
  margin-bottom: 16px;
}

@media screen and (min-width: 767px) {
  .rail__caption-title {
    margin-bottom: 25px;
  }
}

.rail__caption-title:last-child {
  margin-bottom: 0;
}

.rail__slideshow-wrapper {
  padding: 0 calc(50% - 640px);
  margin: 0 auto;
  overflow: hidden;
}

.rail__slideshow-content {
  padding: 0 var(--spacing-sides);
}

.rail__slideshow {
  position: relative;
  margin-top: 25px;
  outline: none;
}

@media screen and (min-width: 767px) {
  .rail__slideshow {
    margin-top: 48px;
  }
}

.rail__slideshow .flickity-prev-next-button {
  appearance: none;
  cursor: pointer;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  right: 0;
  top: -48px;
  height: 9px;
  width: 29px;
  transition: opacity 0.3s ease-in;
}

.rail__slideshow .flickity-prev-next-button:disabled,
.rail__slideshow .flickity-prev-next-button:hover {
  opacity: 0.2;
}

.rail__slideshow .flickity-prev-next-button.previous {
  background-image: url('icon-arrow-previous.3f4dbe22.svg');
  right: 40px;
}

.rail__slideshow .flickity-prev-next-button.next {
  background-image: url('icon-arrow-next.a3050e3a.svg');
}

.rail__slideshow .flickity-prev-next-button svg {
  display: none;
}

.rail__view-all {
  grid-column: span 12;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

.rail__view-all-button {
  font-family: var(--fontBrownLLRegular);
}

.rail__view-all-button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.related-rail-items {
  min-height: var(--mobile-height);
  width: var(--mobile-width);
  margin-right: 20px;
}

@media screen and (min-width: 550px) {
  .related-rail-items {
    width: var(--desktop-width);
    margin-right: 30px;
  }
}

.related-rail-items__image-link {
  background-color: var(--black);
  display: block;
  margin-bottom: 16px;
}

.related-rail-items__image {
  display: block;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.related-rail-items__image:hover {
  opacity: 0.9;
}

.related-rail-items__entry-title {
  font-weight: normal;
  margin: 0 0 24px;
}

.related-rail-items__entry-link {
  margin-bottom: 10px;
}

.service-intro {
  grid-column: 4/10;
  font-family: var(--fontBrownLLRegular);
  margin-bottom: 64px;

  @media screen and (max-width: 767px) {
    grid-column: span 12;
  }
}

.service-intro p {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 100;
}

.services-grid {
  margin-bottom: 48px;

  .grid {
    @media screen and (max-width: 920px) {
      grid-template-columns: repeat(12, 1fr);
    }
  }
}

@media screen and (min-width: 550px) {
  .services-grid {
    margin-bottom: 72px;
  }
}

.services-grid__column {
  display: flex;
  flex-direction: column;
  grid-column: span 3;
  width: 100%;

  &.half {
    grid-column: span 6;
    margin-bottom: 64px;
  }

  @media screen and (max-width: 920px) {
    grid-column: span 6;
    margin-bottom: 64px;
  }

  @media screen and (max-width: 640px) {
    grid-column: span 12;
    margin-bottom: 64px;

    &.half {
      grid-column: span 12;
    }
  }

  .entry-link {
    margin-top: auto;

    display: flex;
    margin-right: auto;
  }
}

.services-grid__image-link {
  background-color: var(--black);
  display: block;
  margin-bottom: 14px;
}

@media screen and (min-width: 767px) {
  .services-grid__image-link {
    margin-bottom: 21px;
  }
}

.services-grid__image {
  display: block;
  transition: opacity 0.3s ease-in;
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

.services-grid__image:hover {
  opacity: 0.9;
}

.services-grid__heading {
  font-family: var(--fontPortrait);
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  margin: 0 0 14px;
}

@media screen and (min-width: 767px) {
  .services-grid__heading {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 28px;
  }
}

.services-grid__body-copy {
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  line-height: 150%;
  margin: 0 0 15px;
}

@media screen and (min-width: 767px) {
  .services-grid__body-copy {
    font-size: 16px;
  }
}

.sub-text {
  font-family: var(--fontPortrait);
  font-size: 28px;
  line-height: 35px;
  margin: 30px 0 20px;
}

@media screen and (min-width: 767px) {
  .sub-text {
    margin: 53px 0 0;
  }
}

.tag-list--side-scroll {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
  white-space: nowrap;
}

.tag-list--side-scroll::-webkit-scrollbar {
  display: none;
}

.tag-list__inner {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

@media screen and (min-width: 550px) {
  .tag-list__inner {
    display: flex;
  }
}

.tag-list__item {
  padding: 12px 16px 13px 0;
}

.tag-list__item {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 550px) {
  .tag-list__item {
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
  }

  .tag-list__item:last-child {
    margin-right: 0;
  }
}

.tag-list__link {
  color: var(--slate3);
  text-decoration: none;
  transition: all 0.3s ease-in;
}

.tag-list__link:hover {
  color: var(--slate2);
}

.tag-list__link--active {
  color: var(--slate1);
}

.tag-list__link--active:hover {
  color: var(--slate1);
}

.tag-list__link--white {
  color: var(--white);
}

.tag-list__link--white:hover {
  color: var(--white);
  opacity: 0.7;
}

.title-header {
  font-family: var(--fontPortrait);
  font-size: 38px;
  font-weight: normal;
  grid-column: span 4;
  margin: 35px 0 55px;
}

@media screen and (min-width: 550px) {
  .title-header {
    margin: 55px 0 40px;
    grid-column: 3 / span 8;
  }
}

@media screen and (min-width: 1100px) {
  .title-header {
    grid-column: 4 / span 6;
  }
}

.title-large {
  font-weight: normal;
  margin: 0;
}

@media screen and (min-width: 550px) {
  .title-large {
    margin: 0 0 5px;
  }
}

.title-small {
  font-weight: normal;
  margin: 0 auto 48px;
}

.title-small:last-child {
  margin-bottom: 0;
}

.video-header__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: -114px;
}

@media screen and (min-width: 1000px) {
  .video-header__wrapper {
    display: block;
    margin-bottom: 76px;
  }
}

.video-header {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  justify-content: center;
  min-height: 445px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 650px) {
  .video-header {
    height: 100vh;
    min-height: 740px;
  }
}

.video-header::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.video-header__background {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-header__text {
  color: white;
  margin: 0 auto;
  max-width: 435px;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

@media screen and (min-width: 767px) {
  .video-header__text {
    max-width: none;
    min-width: 95%;
  }
}

.accordion {
  padding: 160px 0;
  background-color: var(--accordion-bg, transparent);
}

.accordion[data-background="grey" i] {
  --accordion-bg: var(--color-grey);
}

.accordion[data-background="white" i] {
  --accordion-bg: var(--color-white);
}

.accordion[data-background="beige" i] {
  --accordion-bg: var(--color-beige);
}

.accordion[data-background="slate" i] {
  --accordion-bg: var(--color-slate);
}

.accordion[data-background="ash" i] {
  --accordion-bg: var(--color-ash);
}

.accordion[data-background="moss" i] {
  --accordion-bg: var(--color-moss);
}

.accordion__left {
  grid-column: span 6;
  padding: 0 96px 0 64px;

  @media screen and (max-width: 960px) {
    padding: 0;
  }

  @media screen and (max-width: 640px) {
    grid-column: span 12;
    margin-bottom: 80px;
  }

  h3 {
    font-size: 28px;
    font-family: var(--fontPortrait);
    font-weight: 100;
    margin-top: 0;
  }

  p {
    font-family: var(--fontBrownLLLight);
    line-height: 1.5;
  }

  .button {
    font-family: var(--fontBrownLLRegular);
    margin-top: 40px;
  }

  ul {
    padding: 0;
    margin: 0;
  }
}

.accordion__left-list {
  margin-top: 48px;
}

.accordion__left-list > span {
  display: block;
  font-family: var(--fontBrownLLRegular);
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.4;
  letter-spacing: 1px;
}

.accordion__left-list-item-image {
  width: 100%;
  height: 400px;
  object-fit: cover;

  @media screen and (min-width: 640px) {
    display: none;
  }
}

.accordion__left-list-item {
  list-style: none;
  border-bottom: 1px solid var(--slate2);

  button {
    all: unset;
  }
}

.accordion__left-list-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--slate);
  text-decoration: none;

  h4 {
    font-family: var(--fontBrownLLRegular);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}

.accordion__right {
  grid-column: span 6;
  margin-bottom: 0;

  @media screen and (max-width: 640px) {
    display: none;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.accordion__left-list-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.2s ease-out;
  opacity: 0;
}

.accordion__left-list-item-content.active {
  max-height: 200px; /* Adjust based on your content */
  opacity: 1;

  @media screen and (max-width: 640px) {
    max-height: 600px;
  }
}

.accordion__left-list-item {
  transition: opacity 0.3s ease-out;
}

.accordion__left-list-item.faded {
  opacity: 0.3;
}

.accordion__left-list-item-title span {
  transition: transform 0.3s ease-out;
}

.accordion__left-list-item-title.active span {
  transform: scale(1.1);
}

.body-copy {
  margin-bottom: 48px;
  margin-top: 48px;
}

@media screen and (min-width: 550px) {
  .body-copy {
    margin-bottom: 72px;
    margin-top: 72px;
  }
}

.body-copy--inverted {
  background-color: var(--slate1);
  color: white;
  margin: 0;
  padding-bottom: 72px;
  padding-top: 72px;
}

.body-copy p {
  margin: 0 0 22px;
}

.body-copy p:last-child {
  margin-bottom: 0;
}

.body-copy a {
  color: var(--slate2);
  transition: color 0.3s ease-in;
}

.body-copy a:hover {
  color: var(--slate3);
  opacity: 0.8;
}

.body-copy strong {
  font-family: var(--fontBrownLLRegular);
  font-weight: normal;
}

.body-copy ul,
.body-copy ol {
  margin: 0 0 22px 20px;
  padding: 0;
}

.body-copy ul:last-child,
.body-copy ol:last-child {
  margin-bottom: 0;
}

.body-copy ul li,
.body-copy ol li {
  margin-bottom: 0;
}

.body-copy__text {
  grid-column: span 4;
}

@media screen and (min-width: 550px) {
  .body-copy__text {
    grid-column: 3 / span 8;
  }
}

@media screen and (min-width: 1100px) {
  .body-copy__text {
    grid-column: 4 / span 6;
  }
}

.contact-form {
  margin-bottom: 48px;
}

@media screen and (min-width: 550px) {
  .contact-form {
    margin-bottom: 72px;
  }
}

.contact-form__form {
  grid-column: 1 / span 4;
}

@media screen and (min-width: 550px) {
  .contact-form__form {
    display: grid;
    column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / span 12;
  }
}

@media screen and (min-width: 767px) {
  .contact-form__form {
    grid-column: 2 / span 10;
  }
}

@media screen and (min-width: 1000px) {
  .contact-form__form {
    grid-column: 3 / span 8;
  }
}

.contact-form__column {
  grid-column: span 1;
  margin-bottom: 48px;
}

.contact-form__row {
  grid-column: span 2;
  margin-bottom: 48px;
}

.contact-form__label {
  cursor: pointer;
  line-height: 19px;
  display: block;
  margin-bottom: 16px;
}

.contact-form__label a {
  color: var(--black);
  transition: color 0.3s ease-in;
}

.contact-form__label a:hover {
  color: var(--slate3);
  opacity: 0.8;
}

.contact-form__label:last-child {
  margin-bottom: 0;
}

.contact-form__field {
  display: none;
}

.contact-form__text-input {
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--black);
  border-radius: 0;
  display: block;
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  height: 56px;
  outline: none;
  padding: 20px 20px 18px;
  transition: 0.2s border ease-in;
  width: 100%;
}

.contact-form__text-input--icon {
  -webkit-appearance: none;
  background-image: url('icon-dropdown-arrow.3bcb5049.svg');
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) calc(100% - 16px);
}

.contact-form__text-input--error {
  border: 1px solid red;
}

.contact-form__text-input:focus {
  border: 1px solid #3333ff;
}

.contact-form__form-textarea {
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--black);
  border-radius: 0;
  display: block;
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  line-height: 21px;
  outline: none;
  resize: none;
  padding: 20px;
  width: 100%;
}

.contact-form__form-textarea--error {
  border: 1px solid red;
}

.contact-form__form-textarea::-webkit-input-placeholder {
  color: var(--black);
}

.contact-form__form-textarea::-moz-placeholder {
  color: var(--black);
}

.contact-form__form-textarea:-ms-input-placeholder {
  color: var(--black);
}

.contact-form__form-textarea:-moz-placeholder {
  color: var(--black);
}

.contact-form__checkbox-wrapper {
  display: flex;
}

.contact-form__checkbox {
  border: 1px solid var(--black);
  background-color: transparent;
  border-radius: 0;
  outline: none;
  height: 17px;
  margin-right: 20px;
  min-width: 17px;
  width: 17px;
}

.contact-form__button {
  background-color: transparent;
  appearance: none;
  border: 1px solid var(--black);
  color: var(--black);
  cursor: pointer;
  display: inline-block;
  grid-column: 1 / span 1;
  font-size: 11px;
  letter-spacing: 0.1em;
  min-width: 142px;
  padding-bottom: 16px;
  padding-top: 18px;
  transition: opacity 0.3s ease-in;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 158px;
}

.contact-form__button:hover {
  opacity: 0.5;
}

.embed {
  margin: 0 auto 48px;
  max-width: 1280px;
  padding: 0 var(--spacing-sides);
}

@media screen and (min-width: 550px) {
  .embed {
    margin-bottom: 72px;
  }
}

.featured {
  padding: 34px 0;
}

@media screen and (min-width: 767px) {
  .featured {
    padding: 72px 0;
  }
}

.featured--black,
.featured--brown,
.featured--grey {
  color: var(--white);
}

.featured--beige {
  background-color: var(--plaster);
  color: var(--black);
}

.featured--black {
  background-color: var(--slate1);
}

.featured--brown {
  background-color: var(--timber);
}

.featured--grey {
  background-color: var(--slate4);
}

.featured__image-wrapper {
  grid-row-start: 1;
  grid-column: span 4;
}

@media screen and (min-width: 550px) {
  .featured__image-wrapper {
    grid-column: span 12;
  }
}

@media screen and (min-width: 767px) {
  .featured__image-wrapper {
    grid-column: span 7;
  }

  .featured__image-wrapper--right {
    grid-column: 6 / span 7;
  }
}

@media screen and (min-width: 767px) {
  .featured__image-wrapper {
    grid-column: span 6;
  }

  .featured__image-wrapper--right {
    grid-column: 7 / span 6;
  }
}

.featured__image {
  display: block;
  object-fit: cover;
  height: 100%;
  grid-column: span 4;
  width: 100%;
}

.featured__text {
  grid-column: span 4;
  align-self: center;
  padding-top: 34px;
}

@media screen and (min-width: 550px) {
  .featured__text {
    grid-column: span 12;
  }
}

@media screen and (min-width: 767px) {
  .featured__text {
    grid-column: 8 / span 5;
    padding-top: 0;
  }

  .featured__text--right {
    grid-column: span 5;
  }
}

.featured__caption-title {
  display: block;
  margin: 0 0 24px;
}

.featured__title {
  margin: 0 0 24px;
}

.featured__body-copy {
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  line-height: 150%;
  margin: 0 0 25px;
}

@media screen and (min-width: 767px) {
  .featured__body-copy {
    font-family: var(--fontBrownLLLight);
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 32px;
  }
}

.featured--video .featured__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}

.featured--video .featured__image-wrapper:before {
  content: '';

  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-left: 40px solid #fff;
  border-bottom: 24px solid transparent;
  transition: border 0.3s ease-in-out;
}

.featured--video .featured__image-wrapper:hover:before {
  border-top: 28px solid transparent;
  border-left: 44px solid #fff;
  border-bottom: 28px solid transparent;
}

#modal {
  display: none;

  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);

  padding: 80px;

  @media screen and (max-width: 767px) {
    padding: 20px;
  }
}

#modal .video {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}

#modal .video {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}

#modal .video {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}

.video-file .video {
  padding-top: 0 !important;
}

#modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fade-in:has(> .featured--video) {
  display: initial;
}

.hero-intro {
  margin: 48px 0;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .hero-intro {
    margin: 72px 0;
  }
}

.hero-intro__content {
  grid-column: span 4;
}

@media screen and (min-width: 550px) {
  .hero-intro__content {
    grid-column: 3 / span 8;
  }
}

.hero-intro__text {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 25px;
}

@media screen and (min-width: 767px) {
  .hero-intro__text {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 48px;
  }
}

.hero-intro__text:last-child {
  margin-bottom: 0;
}

.hero-quote {
  align-items: center;
  background-image: var(--mobile-background);
  background-color: var(--slate4);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  display: flex;
  height: 90vw;
  text-align: center;
  padding: 48px 0;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .hero-quote {
    background-image: var(--desktop-background);
    background-color: var(--slate4);
    height: 55vw;
    padding: 72px 0;
  }
}

@media screen and (min-width: 1080px) {
  .hero-quote {
    height: 42vw;
  }
}

@media screen and (min-width: 1280px) {
  .hero-quote {
    height: 525px;
  }
}

.hero-quote::before {
  background: var(--slate2);
  mix-blend-mode: multiply;
  opacity: 0.5;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.hero-quote__content {
  grid-column: span 4;
  position: relative;
}

@media screen and (min-width: 550px) {
  .hero-quote__content {
    grid-column: 3 / span 8;
  }
}

.hero-quote__quote {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 25px;
}

@media screen and (min-width: 767px) {
  .hero-quote__quote {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 35px;
  }
}

.home-intro {
  padding: 80px 0 72px;
  text-align: center;
}
.home-intro--heading {
  font-size: 80px;
  font-family: var(--fontPortrait);
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 24px;
  grid-column: span 11;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .home-intro--heading {
    font-size: 40px;
    grid-column: span 12;
  }
}
.home-intro--text {
  font-family: var(--fontBrownLLRegular);
  font-size: 16px;
  line-height: 1.4;
  margin: 24px 0 0;
  grid-column: 8/span 5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .home-intro--text {
    grid-column: span 12;
  }
}
.image-columns {
  margin-bottom: 48px;
}

@media screen and (min-width: 550px) {
  .image-columns {
    margin-bottom: 72px;
  }
}

.image-columns__column {
  display: block;
  grid-column: span 4;
  margin-bottom: 24px;
  width: 100%;
}

@media screen and (min-width: 550px) {
  .image-columns__column {
    grid-column: span 12;
    margin-bottom: 26px;
  }

  .image-columns__column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  .image-columns__column {
    grid-column: span 6;
    margin-bottom: 0;
  }

  .image-columns--count-1 .image-columns__column {
    grid-column: span 12;
  }
}

.image-columns__image {
  display: block;
  width: 100%;
}

body {
  background-color: red;
}

.image-full-width {
  margin-bottom: 48px;
}

@media screen and (min-width: 550px) {
  .image-full-width {
    margin-bottom: 72px;
  }
}

.image-full-width__image {
  display: block;
  width: 100%;
}

.image-full-width__caption {
  margin: 0 auto;
  padding: 0 var(--spacing-sides);
  max-width: 1280px;
}

.image-gallery {
  margin-bottom: 48px;
}

@media screen and (min-width: 550px) {
  .image-gallery {
    margin-bottom: 72px;
  }
}

.image-gallery__column {
  display: block;
  grid-column: span 4;
  margin-bottom: 24px;
  width: 100%;
}

.image-gallery__column:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 550px) {
  .image-gallery__column {
    grid-column: span 12;
    margin-bottom: 26px;
  }

  .image-gallery__column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  .image-gallery__column {
    grid-column: span 6;
    margin-bottom: 0;
  }
}

.image-gallery__image-wrapper {
  margin-bottom: 26px;
}

@media screen and (min-width: 767px) {
  .image-gallery__image-wrapper {
    margin-bottom: 30px;
  }
}

.image-gallery__image-wrapper:last-child {
  margin-bottom: 0;
}

.image-gallery__image {
  display: block;
  width: 100%;
}

.image-text {
  margin-bottom: 48px;
}

@media screen and (min-width: 550px) {
  .image-text {
    margin-bottom: 72px;
  }
}

.image-text__image-column {
  display: block;
  grid-column: span 4;
  grid-row-start: 1;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 550px) {
  .image-text__image-column {
    grid-column: span 12;
  }
}

@media screen and (min-width: 767px) {
  .image-text__image-column {
    grid-column: 7 / span 6;
  }

  .image-text__image-column--left {
    grid-column: 1 / span 6;
  }
}

.image-text__text-column {
  align-items: center;
  display: flex;
  grid-column: span 4;
  width: 100%;
}

@media screen and (min-width: 550px) {
  .image-text__text-column {
    grid-column: span 12;
  }
}

@media screen and (min-width: 767px) {
  .image-text__text-column {
    grid-column: 2 / span 4;
  }

  .image-text__text-column--left {
    grid-column: 8 / span 4;
  }
}

.image-text__heading {
  margin: 0 0 16px;
  font-weight: normal;
}

.intro-paragraph {
  margin-bottom: 30px;
}

@media screen and (min-width: 550px) {
  .intro-paragraph {
    margin-bottom: 48px;
  }
}

.intro-paragraph p {
  margin: 0 0 32px;
}

.intro-paragraph p:last-child {
  margin-bottom: 0;
}

.intro-paragraph a {
  border-bottom: 1px solid var(--slate2);
  color: var(--slate2);
  text-decoration: none;
  transition: color 0.3s ease-in;
}

.intro-paragraph a:hover {
  color: var(--slate3);
}

.intro-paragraph__text {
  grid-column: span 4;
}

@media screen and (min-width: 550px) {
  .intro-paragraph__text {
    grid-column: 3 / span 8;
  }
}

@media screen and (min-width: 1100px) {
  .intro-paragraph__text {
    grid-column: 4 / span 6;
  }
}

.map {
  margin-bottom: 72px;
  position: relative;
}

.map:last-child {
  margin-bottom: 0;
}

.map__text {
  display: block;
  grid-column: span 12;
  height: 100%;
  padding-bottom: var(--spacing-sides);
  padding-top: var(--spacing-sides);
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 767px) {
  .map__text {
    grid-column: span 6;
  }
}

.map__overlay {
  background: url('map-overlay.87ae44b9.png') repeat-y right;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 65%;
  z-index: 1;
}

.map__inner {
  left: 0;
  margin-left: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.map__text p {
  margin: 0 0 22px;
}

.map__text p:last-child {
  margin-bottom: 0;
}

.map__text a {
  color: var(--slate2);
  transition: color 0.3s ease-in;
}

.map__text a:hover {
  color: var(--slate3);
  opacity: 0.8;
}

.map__text strong {
  font-family: var(--fontBrownLLRegular);
  font-weight: normal;
}

.map__text ul,
.map__text ol {
  margin: 0 0 22px 20px;
  padding: 0;
}

.map__text ul:last-child,
.map__text ol:last-child {
  margin-bottom: 0;
}

.map__text ul li,
.map__text ol li {
  margin-bottom: 0;
}

.offices {
  margin-bottom: 48px;
}

@media screen and (min-width: 550px) {
  .offices {
    margin-bottom: 72px;
  }
}

.offices__column {
  grid-column: span 12;
  margin-bottom: 48px;
}

@media screen and (min-width: 767px) {
  .offices__column {
    grid-column: span 4;
    margin-bottom: 0;
  }
}

.offices__column:last-child {
  margin-bottom: 0;
}

.offices__image {
  display: block;
  margin-bottom: 12px;
  width: 100%;
}

.offices__heading {
  font-weight: normal;
  margin: 0 0 3px;
}

.offices__caption-title {
  display: block;
  margin-bottom: 25px;
}

.offices__body-copy p {
  margin: 0 0 22px;
}

.offices__body-copy p:last-child {
  margin-bottom: 0;
}

.offices__body-copy a {
  color: var(--slate2);
  transition: color 0.3s ease-in;
}

.offices__body-copy a:hover {
  color: var(--slate3);
}

.page-grid {
  background-color: white;
  padding: 43px 0 27px;
}

@media screen and (min-width: 767px) {
  .page-grid {
    grid-column: span 5;
    padding: 72px 0 24px;
  }
}

.page-grid__header {
  grid-column: span 12;
  margin-bottom: 25px;
}

@media screen and (min-width: 767px) {
  .page-grid__header {
    margin-bottom: 48px;
  }
}

.page-grid__caption-title {
  font-weight: normal;
  margin-bottom: 16px;
}

@media screen and (min-width: 767px) {
  .page-grid__caption-title {
    margin-bottom: 25px;
  }
}

.page-grid__column {
  grid-column: span 2;
  margin-bottom: 21px;
}

@media screen and (min-width: 550px) {
  .page-grid__column {
    grid-column: span 6;
  }
}

@media screen and (min-width: 767px) {
  .page-grid__column {
    grid-column: span 4;
    margin-bottom: 48px;
  }
}

.page-grid__column-image {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

.page-grid__title {
  font-weight: normal;
  line-height: 32px;
  margin: 0 0 10px;
}

.page-grid__link {
  color: var(--black);
  text-decoration: none;
}

.page-grid__description {
  color: var(--slate3);
  display: block;
  margin-bottom: 10px;
}

.page-grid__entry-link {
  margin-bottom: 10px;
}

.quote {
  padding-bottom: 48px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .quote {
    padding-bottom: 96px;
  }
}

.quote--top-spacing {
  padding-top: 48px;
}

@media screen and (min-width: 767px) {
  .quote--top-spacing {
    padding-top: 96px;
  }
}

.quote__content {
  border-bottom: 1px solid var(--slate3);
  border-top: 1px solid var(--slate3);
  grid-column: span 4;
  padding: 35px 0 33px;
}

@media screen and (min-width: 550px) {
  .quote__content {
    grid-column: 3 / span 8;
  }
}

@media screen and (min-width: 767px) {
  .quote__content {
    padding: 48px 0 32px;
  }
}

.quote__quote {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 25px;
}

@media screen and (min-width: 767px) {
  .quote__quote {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 35px;
  }
}

.quote__quote:last-child {
  margin-bottom: 0;
}

.team {
  background-color: white;
  padding: 43px 0 27px;
}

@media screen and (min-width: 767px) {
  .team {
    grid-column: span 5;
    padding: 72px 0 24px;
  }
}

.team__header {
  grid-column: span 12;
  margin-bottom: 25px;
}

@media screen and (min-width: 767px) {
  .team__header {
    grid-column: span 5;
    margin-bottom: 48px;
  }
}

.team__caption-title {
  font-weight: normal;
  margin-bottom: 16px;
}

@media screen and (min-width: 767px) {
  .team__caption-title {
    margin-bottom: 25px;
  }
}

.team__column {
  grid-column: span 2;
  margin-bottom: 21px;
}

@media screen and (min-width: 550px) {
  .team__column {
    grid-column: span 6;
  }
}

@media screen and (min-width: 767px) {
  .team__column {
    grid-column: span 3;
    margin-bottom: 48px;
  }
}

.team__column-image {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

.team__caption-title {
  font-weight: normal;
  margin: 0 0 5px;
}

.team__caption-copy {
  color: var(--slate2);
}

.video {
  margin: 48px 0 48px;
}

@media screen and (min-width: 550px) {
  .video {
    margin: 72px 0 72px;
  }
}

.video__wrapper {
  grid-column: 1 / span 4;
  padding-top: 56.25%;
  position: relative;
}

@media screen and (min-width: 550px) {
  .video__wrapper {
    grid-column: 3 / span 8;
  }
}

.video__overlay {
  background-size: cover;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.video__overlay--playing {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: videoOverlay;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  user-select: none;
}

@keyframes videoOverlay {
  from {
    opacity: 1;
    z-index: 2;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}

.video__asset {
  left: 0;
  position: absolute;
  top: 0;
}

.video__overlay::before {
  background-color: transparent;
  background-image: url('play-button.cd7b9155.svg');
  border: none;
  border-radius: 50%;
  content: '';
  cursor: pointer;
  display: block;
  height: 80px;
  left: 50%;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

.video__asset {
  display: block;
  height: 100%;
  outline: none;
  width: 100%;
}

.hero--image h1 {
  font-family: var(--fontPortrait);
  font-weight: normal;
  text-align: center;
  font-size: clamp(3rem, 80vw / var(--chars, 20) * 1.65, 120px);
  max-width: 80vw;
  margin: 0 auto;
}
@charset "UTF-8";
.page h2 {
  font-family: var(--fontPortrait);
  font-size: 40px;
  font-weight: 100;
  margin: 8px 0;
}

/* Page content block backgrounds (driven by Matrix `background` field) */
.page-content-block {
  background-color: var(--page-content-block-bg, transparent);
}

.page-content-block[data-background=grey i] {
  --page-content-block-bg: var(--color-grey);
}

.page-content-block[data-background=white i] {
  --page-content-block-bg: var(--color-white);
}

.page-content-block[data-background=beige i] {
  --page-content-block-bg: var(--color-beige);
}

.page-content-block[data-background=slate i] {
  --page-content-block-bg: var(--color-slate);
  color: var(--color-white);
}

.page > .page-content-block:last-child[data-background=slate i] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.page-content-block[data-background=ash i] {
  --page-content-block-bg: var(--color-ash);
}

.page-content-block[data-background=moss i] {
  --page-content-block-bg: var(--color-moss);
}

/* Ensure the last page-content block doesn't add extra space */
.page > .page-content-block {
  padding: 120px 0;
}

.page > .page-content-block.split {
  padding: 0 !important;
}

.page > .page-content-block.large-split {
  padding: var(--large-split-pad, 32px) !important;
}

.page > .page-content-block.page-content-block--no-top-padding {
  padding-top: 0 !important;
}

.page > .page-content-block.page-content-block--no-bottom-padding {
  padding-bottom: 0 !important;
}

.intro {
  text-align: center;
  padding-bottom: 64px;
}
.intro p {
  max-width: 780px;
  margin: 0 auto;
}

.intro--rotated h2 {
  grid-column: 1/span 3;
}
@media screen and (max-width: 550px) {
  .intro--rotated h2 {
    grid-column: span 12;
  }
}
.intro--rotated p {
  grid-column: 4/span 9;
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 550px) {
  .intro--rotated p {
    grid-column: span 12;
  }
}

/* Shared rotated heading component */
.rotated-heading {
  --rotated-heading-size: 80px;
}
@media screen and (max-width: 550px) {
  .rotated-heading {
    --rotated-heading-size: 40px;
  }
}
.rotated-heading {
  font-family: var(--fontPortrait);
  font-size: var(--rotated-heading-size);
  font-weight: 100;
  text-transform: uppercase;
  display: flex;
  gap: 20px;
  line-height: 1;
  margin: 0;
}

.rotated-heading-full {
  display: none;
}

.page h2.rotated-heading {
  font-size: var(--rotated-heading-size);
  margin-top: -260px;
  text-align: right;
}

.rotated-heading--large {
  --rotated-heading-size: 120px;
  margin-top: -300px !important;
}

.rotated-heading-word {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  /* supports overview parallax if present */
  --rotated-heading-rest-offset: 0px;
  /* defaults for parallax-enabled headings */
  --parallax-from: -20px;
  --parallax-to: 20px;
  --parallax-speed: 1;
  transform: translate3d(0, calc(var(--rotated-parallax, 0px) + var(--rotated-heading-rest-offset)), 0) rotate(180deg);
  transform-origin: center;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
}

.rotated-heading-word--rest {
  --rotated-heading-rest-offset: 120px;
  --parallax-from: -60px;
  --parallax-to: 60px;
  --parallax-speed: 1;
}

/* Mobile: disable rotation + positioning for rotated headings */
@media screen and (max-width: 550px) {
  .rotated-heading {
    gap: 8px;
    text-transform: none;
  }
  .rotated-heading-full {
    display: block;
    font-size: 40px;
  }
  .page h2.rotated-heading {
    margin-top: 0;
    text-align: left;
  }
  .rotated-heading--large {
    margin-top: 0 !important;
  }
  .rotated-heading-word,
  .rotated-heading-word--rest {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    transform: none !important;
    white-space: normal;
    --rotated-heading-rest-offset: 0px;
    --rotated-parallax: 0px;
  }
  /* Hide split words on mobile (use `.rotated-heading-full` instead) */
  .rotated-heading-word,
  .rotated-heading-word--rest {
    display: none;
  }
  /* remove block-specific negative offsets */
  .overview--heading {
    margin-top: 0 !important;
    grid-column: span 12;
  }
  .contact--heading.rotated-heading {
    margin: 0 0 24px !important;
  }
  .intro--rotated-heading {
    grid-column: span 12;
  }
}
.overview {
  padding: 64px 0;
  margin-top: 40px;
}
.overview .grid {
  align-items: start;
}
.overview {
  /* Parallax tuning for overview heading words */
}
.overview .rotated-heading-word {
  --parallax-from: -20px;
  --parallax-to: 20px;
  --parallax-speed: 1;
}
.overview .rotated-heading-word--rest {
  --parallax-from: -60px;
  --parallax-to: 60px;
  --parallax-speed: 1;
}
.overview--heading {
  grid-column: 1/span 5;
  justify-self: start;
  align-self: start;
  margin-top: -120px;
}
@media screen and (max-width: 550px) {
  .overview--heading {
    grid-column: span 12;
  }
}
.overview--text {
  font-family: var(--fontBrownLLLight);
  font-size: 16px;
  line-height: 1.5;
  grid-column: 7/span 6;
}
.overview--text a {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: underline;
}
.overview--text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 550px) {
  .overview--text {
    grid-column: span 12;
  }
}

@property --rotated-parallax {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
@supports (animation-timeline: view()) {
  .rotated-heading--parallax .rotated-heading-word {
    animation: rotatedHeadingParallax linear both;
    animation-timeline: view();
    /* tweak these ranges to change where the effect starts/ends */
    animation-range: entry 0% exit 100%;
  }
  @keyframes rotatedHeadingParallax {
    from {
      --rotated-parallax: calc(var(--parallax-from) * var(--parallax-speed));
    }
    to {
      --rotated-parallax: calc(var(--parallax-to) * var(--parallax-speed));
    }
  }
}
.faqs--left {
  grid-column: 1/span 4;
}
@media screen and (max-width: 550px) {
  .faqs--left {
    grid-column: span 12;
  }
}
.faqs--left span {
  font-family: var(--fontBrownLLRegular);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.faqs--right {
  grid-column: 5/span 8;
}
@media screen and (max-width: 550px) {
  .faqs--right {
    grid-column: span 12;
  }
}
.faqs--right-accordion {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
.faqs--right-accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 16px;
}
.faqs--right-accordion-trigger {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faqs--right-accordion-trigger::-webkit-details-marker {
  display: none;
}
.faqs--right-accordion-title {
  margin: 0;
  font-family: var(--fontPortrait);
  font-weight: normal;
  font-size: 24px;
  line-height: 1.1;
}
.faqs--right-accordion-trigger::after {
  content: "+";
  font-family: var(--fontPortrait);
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
  font-weight: 100;
}
.faqs--right-accordion-item[open] > .faqs--right-accordion-trigger::after {
  content: "–";
}
.faqs--right-accordion-panel {
  margin-top: 12px;
}
.faqs--right-accordion-panel a {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: underline;
}
.faqs--right-accordion-panel a:hover {
  text-decoration: none;
}
.faqs--right-accordion-panel p {
  margin: 0;
  font-family: var(--fontBrownLLLight);
  font-size: 16px;
  line-height: 1.6;
  max-width: 62ch;
  padding-bottom: 16px;
}

.cards {
  font-family: var(--fontBrownLLLight);
}
.cards--heading {
  grid-column: span 8;
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .cards--heading {
    grid-column: span 12;
  }
}
.cards--heading a {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: underline;
}
.cards--heading a:hover {
  text-decoration: none;
}
.cards--heading span {
  font-family: var(--fontBrownLLRegular);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}
.cards--heading--inline {
  /* Inline heading inside `.cards--cards` should take two “card columns” */
  flex: 0 0 calc((100% - var(--cards-gap, 24px) * 3) / 4 * 2 + var(--cards-gap, 24px));
  max-width: calc((100% - var(--cards-gap, 24px) * 3) / 4 * 2 + var(--cards-gap, 24px));
  min-width: 0;
}
@media screen and (max-width: 549px) {
  .cards--heading--inline {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.cards--heading--inline h2 {
  font-family: var(--fontPortrait);
  font-size: 80px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 550px) {
  .cards--heading--inline h2 {
    font-size: 40px;
  }
}
.cards--heading--inline p {
  margin-top: 40px;
  max-width: 480px;
  line-height: 1.4;
}
.cards--heading--inline p a {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: underline;
}
.cards--heading--inline p a:hover {
  text-decoration: none;
}
.cards--cards {
  grid-column: span 12;
  display: flex;
  flex-wrap: wrap;
  --cards-gap: 24px;
  gap: var(--cards-gap);
}
.cards--cards .card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 calc((100% - var(--cards-gap) * 3) / 4);
  max-width: 50%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 550px) {
  .cards--cards .card {
    flex: 1 1 calc((100% - var(--cards-gap) * 3) / 2);
  }
}
.cards--cards .card img,
.cards--cards .card .card__imagePlaceholder {
  width: 100%;
  display: block;
  aspect-ratio: 55/64;
}
.cards--cards .card img {
  height: auto;
  object-fit: cover;
}
.cards--cards .card .card__imagePlaceholder {
  background: rgba(0, 0, 0, 0.04);
}
.cards--cards .card h3 {
  font-family: var(--fontPortrait);
  font-size: 24px;
  font-weight: 100;
  margin: 0;
}
.cards--cards .card p {
  margin: 0;
}
.cards--cards .card p a {
  color: var(--black);
  text-decoration: underline;
}
.cards--cards .card p a:hover {
  text-decoration: none;
}
.cards--cards {
  /* When there are more than 4 cards, lock to 1/4 width (no flex-grow) */
}
.cards--cards:has(.card:nth-child(5)) .card {
  flex-grow: 0;
}
@media screen and (max-width: 550px) {
  .cards--cards:has(.card:nth-child(5)) .card {
    flex-grow: 1;
  }
}
.cards--cards {
  /* When cards are buttons (modal mode), remove native button styling */
}
.cards--cards button.card {
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

/* Cards carousel mode (enabled when `block.carousel` is true) */
.cards--carousel {
  overflow: hidden;
}
.cards--carousel .cards--cards {
  display: block;
  position: relative;
  outline: none;
  /* Flickity cells need explicit width, not flex */
}
.cards--carousel .cards--cards .card {
  width: calc((100% - var(--cards-gap) * 3) / 4);
  margin-right: var(--cards-gap);
}
@media screen and (max-width: 550px) {
  .cards--carousel .cards--cards .card {
    width: calc((100% - var(--cards-gap)) / 2);
  }
}
.cards--carousel .cards--cards {
  /* Flickity arrow buttons */
}
.cards--carousel .cards--cards .flickity-prev-next-button {
  appearance: none;
  cursor: pointer;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  right: 0;
  top: -104px;
  height: 9px;
  width: 29px;
  transition: opacity 0.3s ease-in;
}
.cards--carousel .cards--cards .flickity-prev-next-button:disabled, .cards--carousel .cards--cards .flickity-prev-next-button:hover {
  opacity: 0.2;
}
.cards--carousel .cards--cards .flickity-prev-next-button.previous {
  background-image: url("icon-arrow-previous.3f4dbe22.svg");
  right: 40px;
}
.cards--carousel .cards--cards .flickity-prev-next-button.next {
  background-image: url("icon-arrow-next.a3050e3a.svg");
}
.cards--carousel .cards--cards .flickity-prev-next-button svg {
  display: none;
}

/* Cards side-drawer modal (enabled when `block.modal` is true) */
.cards-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.cards-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  /* open: fade in immediately, close: fade out after drawer slides */
  transition: opacity 200ms ease 300ms;
}

.cards-modal__drawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: clamp(480px, 33vw, 680px);
  background: var(--white);
  color: var(--slate);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 32px;
  transform: translate3d(100%, 0, 0);
  transition: transform 300ms ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.cards-modal__close {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 100;
  font-size: 48px;
  line-height: 0em;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  place-items: center;
}

.cards-modal__title {
  font-size: 48px !important;
  text-transform: none !important;
  margin: 0 0 32px !important;
}

.cards-modal__img {
  width: 100%;
  height: auto;
  max-height: 400px;
  display: block;
  margin: 0 0 20px;
  object-fit: cover;
}

.cards-modal__content {
  font-family: var(--fontBrownLLLight);
  font-size: 16px;
  line-height: 1.5;
}
.cards-modal__content a {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: underline;
}
.cards-modal__content a:hover {
  text-decoration: none;
}

.cards-modal__content p:first-child {
  margin-top: 0;
}

.cards-modal__content p:last-child {
  margin-bottom: 0;
}

.cards-modal--open .cards-modal__backdrop {
  opacity: 1;
  transition-delay: 0ms;
}

.cards-modal--open .cards-modal__drawer {
  transform: translate3d(0, 0, 0);
  transition-delay: 200ms;
}

@media (prefers-reduced-motion: reduce) {
  .cards-modal__backdrop,
  .cards-modal__drawer {
    transition: none;
  }
}
.courses .grid {
  row-gap: 24px;
}
.courses .course[hidden] {
  display: none !important;
}
.courses .course {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.courses .course--title, .courses .course--location, .courses .course--description {
  color: inherit;
}
.courses .course img {
  width: 100%;
  height: auto;
  display: block;
}
.courses .course--title {
  display: block;
  font-family: var(--fontPortrait);
  font-size: 28px;
  font-weight: 100;
  margin: 8px 0;
}
.courses .course--location {
  display: block;
  font-family: var(--fontBrownLLRegular);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.courses .course--description {
  display: block;
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
.courses--load-more {
  grid-column: span 12;
  text-align: center;
  margin-top: 40px;
}
.courses--load-more-button {
  font-family: var(--fontBrownLLRegular);
}
.courses--load-more-button:hover {
  cursor: pointer;
  opacity: 0.5;
}

/* Text block */
.text--heading {
  grid-column: 2/span 4;
  margin: 0 !important;
}
@media screen and (max-width: 550px) {
  .text--heading {
    grid-column: span 12;
  }
}
.text--content {
  grid-column: 6/span 7;
  font-family: var(--fontBrownLLLight);
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 550px) {
  .text--content {
    grid-column: span 12;
    margin-top: 40px;
  }
}
.text--content {
  /* WYSIWYG defaults */
}
.text--content > :first-child {
  margin-top: 0;
}
.text--content > :last-child {
  margin-bottom: 0;
}
.text--content hr {
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.24;
  margin: 32px 0;
}
.text--content h3 {
  font-family: var(--fontPortrait);
  font-size: 32px;
  font-weight: 100;
  text-transform: none;
  margin: 32px 0 16px;
}
.text--content a {
  font-family: var(--fontBrownLLLight);
  color: black;
  text-decoration: underline;
}

.text--centred .text--heading {
  grid-column: span 12;
  text-align: center;
  margin-bottom: 32px !important;
}
@media screen and (min-width: 550px) {
  .text--centred .text--heading {
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1100px) {
  .text--centred .text--heading {
    grid-column: 3/span 8;
  }
}
.text--centred .text--content {
  grid-column: span 12;
}
@media screen and (min-width: 550px) {
  .text--centred .text--content {
    grid-column: 2/span 10;
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .text--centred .text--content {
    grid-column: 3/span 8;
  }
}

/* Large split (full-height, image bleeds right) */
.large-split {
  --large-split-pad: 32px;
  padding: var(--large-split-pad);
  /* Fill viewport when possible, but grow if content is taller */
  min-height: 100vh;
  min-height: 100svh;
  /* a local 12-col grid matching the site grid (but without side padding) */
}
.large-split--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  width: 100%;
  /* Ensure a full-height layout baseline without clipping overflow */
  min-height: calc(100svh - var(--large-split-pad) * 2);
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 550px) {
  .large-split--grid {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 30px;
  }
}
.large-split {
  /* Left text block: align right edge to end of col 3, bleed left (max 400px) */
}
.large-split--content {
  grid-column: 1/span 3;
  justify-self: end;
  align-self: stretch;
  max-width: 400px;
  width: 100%;
  padding: 56px 0;
  /* allow it to grow beyond its grid area (spills left) but cap at 400px */
  --left-bleed: clamp(0px, calc((100vw - (1280px + (var(--large-split-pad) * 2))) / 2), 9999px);
  width: min(400px, 100% + var(--left-bleed));
  font-family: var(--fontBrownLLLight);
  font-size: 16px;
  line-height: 1.6;
  /* full-height left column; push text down */
  display: flex;
  flex-direction: column;
}
.large-split--heading {
  font-family: var(--fontPortrait);
  font-size: 40px;
  font-weight: 100;
  text-transform: none !important;
  line-height: 1.2em;
  margin: 0 0 24px;
}
.large-split--text {
  margin-top: auto;
}
.large-split--text a {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: underline;
}
.large-split--text a:hover {
  text-decoration: none;
}
.large-split--text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.large-split--text ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  padding: 8px 0;
}
.large-split--text > :first-child {
  margin-top: 0;
}
.large-split--text > :last-child {
  margin-bottom: 0;
}
.large-split {
  /* Right image: start at col 4, bleed to viewport edge */
}
.large-split--media {
  grid-column: 4/-1;
  align-self: stretch;
  min-height: 0;
  height: auto;
  /* Bleed towards viewport edge, but keep 32px padding on the right */
  --right-bleed: clamp(0px, calc(((100vw - 1280px) / 2) - var(--large-split-pad)), 9999px);
  /* Extend the media box itself to the viewport edge */
  width: calc(100% + var(--right-bleed));
  margin-right: calc(-1 * var(--right-bleed));
  overflow: hidden;
}
.large-split--media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: calc(100vh - var(--large-split-pad) * 2);
}
@media screen and (max-width: 549px) {
  .large-split--content {
    grid-column: 1/-1;
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
  }
  .large-split--media {
    grid-column: 1/-1;
  }
  .large-split--media img {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
}

.split--media, .split--content {
  grid-column: span 12;
  min-width: 0;
}
.split--media {
  /* On desktop we’ll stretch + crop the image to match content height */
  overflow: hidden;
}
.split--content {
  font-family: var(--fontBrownLLLight);
  font-size: 16px;
  line-height: 1.4;
  padding: 88px 0;
}
.split--content a {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: underline;
}
.split--content a:hover {
  text-decoration: none;
}
.split--content a.split--content--cta {
  font-family: var(--fontBrownLLRegular);
  text-decoration: none;
}
.split--content--text {
  font-size: 16px;
  margin: 40px 0;
}
.split--content h3 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.split--content ul li {
  margin-bottom: 8px;
}
.split--content--list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--fontPortrait);
  font-weight: 100;
  font-size: 24px;
}
.split--content--list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  padding: 8px 0;
}
.split--content--list li:last-child {
  border-bottom: 0;
}
.split--media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.split {
  /* Side-by-side: make image fill the grid row (content defines height) */
}
@media screen and (min-width: 550px) {
  .split--media {
    position: relative;
    align-self: stretch;
    min-height: 0;
  }
  .split--media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 550px) {
  .split--image-left .split--media {
    grid-column: 1/span 6;
  }
  .split--image-left .split--content {
    grid-column: 8/span 5;
  }
  .split--image-right .split--content {
    grid-column: 1/span 5;
    grid-row: 1;
  }
  .split--image-right .split--media {
    grid-column: 7/span 6;
    grid-row: 1;
  }
}
.split {
  /* Wider text option: 6 columns text, 5 columns image, 1 column gap */
}
@media screen and (min-width: 550px) {
  .split.split--content-6.split--image-left .split--media {
    grid-column: 1/span 5;
  }
  .split.split--content-6.split--image-left .split--content {
    grid-column: 7/span 6;
  }
  .split.split--content-6.split--image-right .split--content {
    grid-column: 1/span 6;
    grid-row: 1;
  }
  .split.split--content-6.split--image-right .split--media {
    grid-column: 8/span 5;
    grid-row: 1;
  }
}
.split {
  /* Medium text option: 5 columns text, 6 columns image, 1 column gap */
}
@media screen and (min-width: 550px) {
  .split.split--content-5.split--image-left .split--media {
    grid-column: 1/span 6;
  }
  .split.split--content-5.split--image-left .split--content {
    grid-column: 8/span 5;
  }
  .split.split--content-5.split--image-right .split--content {
    grid-column: 1/span 5;
    grid-row: 1;
  }
  .split.split--content-5.split--image-right .split--media {
    grid-column: 7/span 6;
    grid-row: 1;
  }
}

/* Split block with fill image - extends to viewport edge */
.split.split--fill .grid {
  align-items: stretch;
}
.split.split--fill .split--media {
  display: flex;
  overflow: hidden;
}
.split.split--fill .split--media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split.split--fill {
  /* Image on left - bleed to left viewport edge */
}
.split.split--fill.split--image-left .split--media {
  --left-bleed: clamp(0px, calc((100vw - 1280px) / 2 + var(--spacing-sides)), 9999px);
  width: calc(100% + var(--left-bleed));
  margin-left: calc(-1 * var(--left-bleed));
}
.split.split--fill {
  /* Image on right - bleed to right viewport edge */
}
.split.split--fill.split--image-right .split--media {
  --right-bleed: clamp(0px, calc((100vw - 1280px) / 2 + var(--spacing-sides)), 9999px);
  width: calc(100% + var(--right-bleed));
  margin-right: calc(-1 * var(--right-bleed));
}
.split.split--fill {
  /* Mobile: disable bleed, stack normally */
}
@media screen and (max-width: 549px) {
  .split.split--fill.split--image-left .split--media, .split.split--fill.split--image-right .split--media {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.testimonials {
  padding: 80px 0;
}
.testimonials--wrap {
  grid-column: 2/span 10;
  min-height: 220px;
  min-width: 0;
}
@media screen and (max-width: 550px) {
  .testimonials--wrap {
    grid-column: span 4;
  }
}
.testimonials--figure {
  margin: auto 0;
  transition: opacity 600ms ease;
  min-width: 0;
}
.testimonials {
  /* Rotator behavior (only when multiple items exist) */
}
.testimonials--wrap[data-testimonials-rotator] {
  display: grid;
}
.testimonials--wrap[data-testimonials-rotator] .testimonials--item {
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
}
.testimonials--wrap[data-testimonials-rotator] .testimonials--item.is-active {
  opacity: 1;
  pointer-events: auto;
}
.testimonials--blockquote {
  font-family: var(--fontPortrait);
  font-size: 32px;
  font-weight: 100;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
.testimonials--blockquote--text {
  margin: 0;
  max-width: 100%;
  /* Prefer word wrapping; only break long tokens when necessary */
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}
.testimonials--figcaption {
  font-family: var(--fontBrownLLRegular);
  font-size: 11px;
  margin: 32px 0 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.testimonials {
  /* Alternate layout */
}
.testimonials--editorial--left {
  grid-column: span 6;
  align-self: stretch;
  overflow: visible;
  min-width: 0;
  height: 100vh;
  /* Bleed the image left to 40px from viewport edge,
     while keeping its right edge aligned to the grid column. */
  --editorial-image-edge: 40px;
  --editorial-image-bleed: clamp(0px,
      calc((100vw - 1280px) / 2 + var(--spacing-sides) - var(--editorial-image-edge)),
      9999px);
}
@media screen and (max-width: 550px) {
  .testimonials--editorial--left {
    grid-column: span 12;
    height: auto;
    align-self: flex-start;
  }
}
.testimonials--editorial--left img {
  display: block;
  height: 100%;
  width: calc(100% + var(--editorial-image-bleed));
  margin-left: calc(-1 * var(--editorial-image-bleed));
  object-fit: cover;
}
@media screen and (max-width: 550px) {
  .testimonials--editorial--left img {
    max-height: 50%;
  }
}
.testimonials--editorial--right {
  grid-column: 8/span 5;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* equal space above/below content */
  align-items: flex-start;
  min-width: 0;
}
@media screen and (max-width: 550px) {
  .testimonials--editorial--right {
    grid-column: span 12;
    flex-direction: column-reverse;
  }
}
.testimonials--editorial--right img {
  width: 100%;
  max-height: 480px;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
  background-color: var(--slate);
}
.testimonials--editorial--right .testimonials--blockquote {
  text-align: left;
  font-size: 28px;
  margin: 40px 0;
  max-width: 100%;
}
.testimonials--editorial--right .testimonials--figcaption {
  text-align: left;
}
@media screen and (max-width: 550px) {
  .testimonials--editorial--right .testimonials--figcaption {
    margin-bottom: 40px;
  }
}

.journals--heading {
  grid-column: span 12;
  margin-bottom: 40px;
}
.journals--heading h2 {
  font-family: var(--fontPortrait);
  font-size: 40px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 8px 0;
}
.journals--heading span {
  font-family: var(--fontBrownLLRegular);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.journals--journals {
  grid-column: span 12;
  display: flex;
  flex-wrap: wrap;
  --journals-gap: 24px;
  gap: var(--journals-gap);
}
.journals .journal {
  flex: 1 1 calc((100% - var(--journals-gap) * 3) / 4);
  min-width: 0;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 550px) {
  .journals .journal {
    flex: 1 1 calc((100% - var(--journals-gap) * 3) / 2);
  }
}
.journals .journal img,
.journals .journal--imagePlaceholder {
  width: 100%;
  display: block;
  aspect-ratio: 3/2;
}
.journals .journal img {
  height: auto;
  object-fit: cover;
}
.journals .journal--imagePlaceholder {
  background: rgba(0, 0, 0, 0.04);
}
.journals .journal--title {
  font-family: var(--fontPortrait);
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2;
  margin: 8px 0 0;
}
.journals .journal--description {
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.journals--view-all {
  grid-column: span 12;
  text-align: center;
  margin-top: 40px;
}
.journals--view-all-button {
  font-family: var(--fontBrownLLRegular);
}
.journals--view-all-button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.contact {
  margin: 80px 0 160px;
}
.contact--content {
  grid-column: span 6;
}
.contact--content p {
  font-size: 24px;
  margin: 0 0 24px;
  line-height: 1.4;
  max-width: 480px;
}
.contact--content p a {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: none;
  transition: color 0.3s ease-in;
}
.contact--content p a:hover {
  color: var(--slate3);
}
.contact--form {
  grid-column: span 6;
}
.contact--form p,
.contact--form h3 {
  font-size: 24px;
  font-family: var(--fontPortrait);
  font-weight: 100;
  margin: 0 0 24px;
  max-width: 350px;
}
.contact {
  /* Only the rotated heading needs the offset positioning */
}
.contact--heading.rotated-heading {
  margin: -270px 0 240px !important;
}
.contact--heading--plain {
  text-transform: none !important;
  max-width: 424px;
  width: 100%;
}
.contact {
  /* When title is NOT rotated, use Brown + smaller body copy */
}
.contact--plain-title .contact--content p {
  font-family: var(--fontBrownLLRegular) !important;
  font-size: 16px !important;
  line-height: 1.6;
  max-width: 312px;
}
.contact {
  /* Parallax tuning for contact rotated heading */
}
.contact .rotated-heading-word {
  --parallax-from: -20px;
  --parallax-to: 20px;
  --parallax-speed: 1;
}
.contact .rotated-heading-word--rest {
  --parallax-from: -60px;
  --parallax-to: 60px;
  --parallax-speed: 1;
}

/* Contact block: no outer margin on slate background */
.contact[data-background]:not([data-background=grey i]) {
  margin: 0 !important;
}

.form label,
.form legend {
  cursor: pointer;
  line-height: 19px;
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  color: var(--black);
  font-family: var(--fontBrownLLRegular);
}
.form label a,
.form legend a {
  color: var(--black);
  transition: color 0.3s ease-in;
}
.form label a:hover,
.form legend a:hover {
  color: var(--slate3);
  opacity: 0.8;
}
.form label + div:has(p) p,
.form legend + div:has(p) p {
  font-size: 16px;
  opacity: 0.5;
  margin-bottom: 12px;
}
.form--text-input, .form--form input[type=text],
.form--form input[type=email],
.form--form input[type=tel],
.form--form input[type=number],
.form--form input[type=url],
.form--form select {
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--black);
  border-radius: 0;
  display: block;
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  height: 48px;
  outline: none;
  padding: 8px 16px 8px;
  transition: 0.2s border ease-in;
  width: 100%;
}
.form--text-input:focus, .form--form input[type=text]:focus,
.form--form input[type=email]:focus,
.form--form input[type=tel]:focus,
.form--form input[type=number]:focus,
.form--form input[type=url]:focus,
.form--form select:focus {
  border: 1px solid #3333ff;
}
.form select.form--text-input,
.form .form--form select,
.form--form .form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("icon-dropdown-arrow.3bcb5049.svg");
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) calc(100% - 16px);
}
.form--textarea, .form--form textarea {
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--black);
  border-radius: 0;
  display: block;
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  line-height: 21px;
  outline: none;
  resize: none;
  padding: 8px 16px;
  width: 100%;
  min-height: 120px;
}
.form--textarea::placeholder, .form--form textarea::placeholder {
  color: var(--black);
}
.form--options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form--options .form--option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0 !important;
}
.form--options .form--option label {
  font-family: var(--fontPortrait);
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.form--checkbox-wrapper {
  display: flex;
}
.form--checkbox, .form--form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--black);
  background-color: white;
  border-radius: 0;
  outline: none;
  height: 17px;
  margin-right: 8px;
  min-width: 17px;
  width: 17px;
  display: inline-block;
  vertical-align: middle;
}
.form--checkbox:checked, .form--form input[type=checkbox]:checked {
  background-color: var(--black);
  box-shadow: inset 0 0 0 3px var(--white);
}
.form--field--agree {
  margin-bottom: 8px !important;
}
.form--field--agree div:has([data-fui-input-type=agree]) {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.form--field--agree div:has([data-fui-input-type=agree]) input[type=checkbox] {
  margin-right: 0;
  margin-top: 2px;
  flex-shrink: 0;
}
.form--agree-label {
  display: inline-block !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}
.form {
  /* Required indicator (asterisk) */
}
.form--required {
  color: currentColor;
  margin-left: 2px;
}
.form {
  /* Show required indicator on checkbox/agree fields */
}
.form--field--checkboxes .form--required,
.form--field--checkboxes .form--required--agree, .form--field--agree .form--required,
.form--field--agree .form--required--agree {
  display: inline;
}
.form {
  /* Show asterisk on required agree field label */
}
.form--field--agree:has(input[required]) .form--agree-label::after {
  content: " *";
}
.form--button {
  background-color: transparent;
  appearance: none;
  border: 1px solid var(--black);
  color: var(--black);
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  min-width: 142px;
  padding: 18px 0 16px;
  transition: opacity 0.3s ease-in;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 158px;
}
.form--button:hover {
  opacity: 0.5;
}
.form fieldset {
  padding: 0;
  border: none;
}
.form--form .form--row {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
}
@media screen and (min-width: 550px) {
  .form--form {
    /* Row layout driven by Formie's field count */
  }
  .form--form .form--row[data-fui-field-count="1"] {
    grid-template-columns: 1fr;
  }
  .form--form .form--row:not([data-fui-field-count="1"]) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form--form .form--field {
  margin-bottom: 32px;
}
@media screen and (min-width: 550px) {
  .form--form .form--field {
    grid-column: span 1;
  }
}
.form--form {
  /* Single-field rows should always span full width */
}
.form--form .form--row[data-fui-field-count="1"] .form--field {
  grid-column: 1/-1;
}
.form--form .form--field--textarea,
.form--form .form--field--agree,
.form--form .form--field--checkboxes {
  grid-column: 1/-1;
}
.form--form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("icon-dropdown-arrow.3bcb5049.svg");
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) calc(100% - 16px);
}
.form--form {
  /* Group fields span full width */
}
.form--form .form--field--group {
  grid-column: 1/-1;
}
.form--form {
  /* Nested field rows within Group fields */
}
.form--form .form--nested-rows {
  display: contents;
}
.form--form .form--nested-row {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  margin-bottom: 0;
}
.form--form .form--nested-row[data-fui-field-count="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.form--form {
  /* Override the single-row full-width rule for nested fields */
}
.form--form .form--nested-row[data-fui-field-count="2"] > .form--field {
  grid-column: span 1;
}
@media screen and (max-width: 549px) {
  .form--form .form--nested-row[data-fui-field-count="2"] {
    grid-template-columns: 1fr;
  }
  .form--form .form--nested-row[data-fui-field-count="2"] > .form--field {
    grid-column: 1/-1;
  }
}
.form--form {
  /* Nested fields inherit standard field spacing */
}
.form--form .form--nested-row > .form--field {
  margin-bottom: 32px;
}
.form--form {
  /* Full-width field types within nested rows */
}
.form--form .form--nested-row > .form--field--textarea,
.form--form .form--nested-row > .form--field--agree,
.form--form .form--nested-row > .form--field--checkboxes {
  grid-column: 1/-1;
}
.form .form--field[data-field-type=signature] div div:last-child {
  position: relative;
  width: 100%;
  height: 18rem;
}
.form .form--field[data-field-type=signature] div div:last-child canvas {
  width: 100%;
  height: 100%;
}
.form .form--field[data-field-type=signature] div div button {
  border-radius: none;
  font-family: var(--fontBrownLLRegular);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 18px;
  background: transparent;
  border: 1px solid var(--black);
  color: var(--black);
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.form .form--field[data-field-type=signature] div div button:hover {
  background: var(--black);
  color: var(--white);
}
.form:has(div[role=alert]) {
  height: 100%;
  display: flex;
}
.form div[role=alert] {
  text-align: center;
  margin: auto;
}
.form div[role=alert] p {
  max-width: unset;
  margin-bottom: 16px;
}
.form div[role=alert] p:last-child {
  margin-bottom: 0;
}

/* Formie/Flatpickr date picker overrides */
.flatpickr-calendar {
  font-family: var(--fontBrownLLRegular) !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--color-slate) !important;
  border-color: var(--color-slate) !important;
  color: var(--white) !important;
}

.flatpickr-month select,
.flatpickr-month input {
  font-size: 12px !important;
  text-transform: uppercase;
}

/* Dark form styling when block background is slate */
.page-content-block[data-background=slate i] .form {
  color: var(--white);
}
.page-content-block[data-background=slate i] .form label,
.page-content-block[data-background=slate i] .form legend {
  color: var(--white);
}
.page-content-block[data-background=slate i] .form label a,
.page-content-block[data-background=slate i] .form legend a {
  color: var(--white);
}
.page-content-block[data-background=slate i] .form .form--text-input, .page-content-block[data-background=slate i] .form .form--form input[type=text], .form--form .page-content-block[data-background=slate i] .form input[type=text],
.page-content-block[data-background=slate i] .form .form--form input[type=email],
.form--form .page-content-block[data-background=slate i] .form input[type=email],
.page-content-block[data-background=slate i] .form .form--form input[type=tel],
.form--form .page-content-block[data-background=slate i] .form input[type=tel],
.page-content-block[data-background=slate i] .form .form--form input[type=number],
.form--form .page-content-block[data-background=slate i] .form input[type=number],
.page-content-block[data-background=slate i] .form .form--form input[type=url],
.form--form .page-content-block[data-background=slate i] .form input[type=url],
.page-content-block[data-background=slate i] .form .form--form select,
.form--form .page-content-block[data-background=slate i] .form select,
.page-content-block[data-background=slate i] .form .form--textarea,
.page-content-block[data-background=slate i] .form .form--form textarea,
.form--form .page-content-block[data-background=slate i] .form textarea {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}
.page-content-block[data-background=slate i] .form .form--text-input:focus, .page-content-block[data-background=slate i] .form .form--form input[type=text]:focus, .form--form .page-content-block[data-background=slate i] .form input[type=text]:focus,
.page-content-block[data-background=slate i] .form .form--form input[type=email]:focus,
.form--form .page-content-block[data-background=slate i] .form input[type=email]:focus,
.page-content-block[data-background=slate i] .form .form--form input[type=tel]:focus,
.form--form .page-content-block[data-background=slate i] .form input[type=tel]:focus,
.page-content-block[data-background=slate i] .form .form--form input[type=number]:focus,
.form--form .page-content-block[data-background=slate i] .form input[type=number]:focus,
.page-content-block[data-background=slate i] .form .form--form input[type=url]:focus,
.form--form .page-content-block[data-background=slate i] .form input[type=url]:focus,
.page-content-block[data-background=slate i] .form .form--form select:focus,
.form--form .page-content-block[data-background=slate i] .form select:focus,
.page-content-block[data-background=slate i] .form .form--textarea:focus,
.page-content-block[data-background=slate i] .form .form--form textarea:focus,
.form--form .page-content-block[data-background=slate i] .form textarea:focus {
  border-color: var(--white);
}
.page-content-block[data-background=slate i] .form .form--textarea::placeholder, .page-content-block[data-background=slate i] .form .form--form textarea::placeholder, .form--form .page-content-block[data-background=slate i] .form textarea::placeholder,
.page-content-block[data-background=slate i] .form .form--text-input::placeholder,
.page-content-block[data-background=slate i] .form .form--form input[type=text]::placeholder,
.form--form .page-content-block[data-background=slate i] .form input[type=text]::placeholder,
.page-content-block[data-background=slate i] .form .form--form input[type=email]::placeholder,
.form--form .page-content-block[data-background=slate i] .form input[type=email]::placeholder,
.page-content-block[data-background=slate i] .form .form--form input[type=tel]::placeholder,
.form--form .page-content-block[data-background=slate i] .form input[type=tel]::placeholder,
.page-content-block[data-background=slate i] .form .form--form input[type=number]::placeholder,
.form--form .page-content-block[data-background=slate i] .form input[type=number]::placeholder,
.page-content-block[data-background=slate i] .form .form--form input[type=url]::placeholder,
.form--form .page-content-block[data-background=slate i] .form input[type=url]::placeholder,
.page-content-block[data-background=slate i] .form .form--form select::placeholder,
.form--form .page-content-block[data-background=slate i] .form select::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.page-content-block[data-background=slate i] .form select.form--text-input,
.page-content-block[data-background=slate i] .form .form--form select,
.form--form .page-content-block[data-background=slate i] .form select {
  background-image: url("icon-dropdown-arrow-white.adb8153c.svg");
}
.page-content-block[data-background=slate i] .form .form--checkbox, .page-content-block[data-background=slate i] .form .form--form input[type=checkbox], .form--form .page-content-block[data-background=slate i] .form input[type=checkbox] {
  border-color: var(--white);
  background-color: transparent;
}
.page-content-block[data-background=slate i] .form .form--checkbox:checked, .page-content-block[data-background=slate i] .form .form--form input[type=checkbox]:checked, .form--form .page-content-block[data-background=slate i] .form input[type=checkbox]:checked {
  background-color: var(--white);
  box-shadow: inset 0 0 0 3px var(--color-slate);
}
.page-content-block[data-background=slate i] .form .form--button {
  border-color: var(--white);
  color: var(--white);
}

.newsletter {
  padding-top: 24px !important;
  padding-bottom: 0 !important;
}
.newsletter--images {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  align-items: start;
  max-height: 360px;
  overflow: hidden;
}
.newsletter--image img {
  width: 100%;
  height: auto;
  display: block;
}
.newsletter--image--first {
  grid-column: 1/span 4;
  z-index: 2;
  position: relative;
}
.newsletter--image--first img {
  position: relative;
  z-index: 2;
}
.newsletter--image--first::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 1;
}
.newsletter--image--second {
  grid-column: 4/span 3;
  z-index: 1;
  position: absolute;
  bottom: -40px;
}
.newsletter--content {
  grid-column: 7/span 6;
  padding: 64px 0 0 40px;
}
.newsletter--content h2 {
  font-family: var(--fontPortrait);
  font-size: 40px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 8px 0;
}
.newsletter--content p {
  font-family: var(--fontBrownLLLight);
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.newsletter--content p a {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: underline;
}
.newsletter--content p a:hover {
  text-decoration: none;
}
.newsletter {
  /* Newsletter form (handle: newsletter) */
}
.newsletter .form--handle-newsletter {
  margin-top: 24px;
  max-width: 620px;
}
.newsletter .form--handle-newsletter .form--form {
  position: relative;
}
.newsletter {
  /* Visually hide the label but keep it for screen readers */
}
.newsletter .form--handle-newsletter .form--label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.newsletter .form--handle-newsletter .form--field {
  margin-bottom: 0;
}
.newsletter .form--handle-newsletter input[type=email].form--text-input,
.newsletter .form--handle-newsletter .form--form input[type=email],
.form--form .newsletter .form--handle-newsletter input[type=email] {
  height: 48px;
  padding-right: 164px;
  /* space for the button + inset */
  font-size: 18px;
}
.newsletter .form--handle-newsletter input[type=email].form--text-input::placeholder,
.newsletter .form--handle-newsletter .form--form input[type=email]::placeholder,
.form--form .newsletter .form--handle-newsletter input[type=email]::placeholder {
  opacity: 0.55;
}
.newsletter .form--handle-newsletter .form--button {
  position: absolute;
  top: 6px;
  right: 6px;
  height: 36px;
  width: auto !important;
  min-width: auto !important;
  margin: 0;
  padding: 0 40px;
  display: grid;
  place-items: center;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  color: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}
.newsletter {
  /* On slate background, keep the field border white and button readable */
}
.newsletter[data-background=slate i] .form--handle-newsletter input[type=email].form--text-input,
.newsletter[data-background=slate i] .form--handle-newsletter .form--form input[type=email],
.form--form .newsletter[data-background=slate i] .form--handle-newsletter input[type=email] {
  border-color: rgba(255, 255, 255, 0.9);
  color: var(--white);
}
.newsletter[data-background=slate i] .form--handle-newsletter input[type=email].form--text-input::placeholder,
.newsletter[data-background=slate i] .form--handle-newsletter .form--form input[type=email]::placeholder,
.form--form .newsletter[data-background=slate i] .form--handle-newsletter input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter[data-background=slate i] .form--handle-newsletter .form--button {
  background: rgba(255, 255, 255, 0.35);
  color: rgba(0, 0, 0, 0.8);
}

.page .gallery:has(.gallery--full) {
  padding: 0;
}
.page .gallery--full {
  width: calc(100vw - 80px);
  height: calc(100vh - 80px);
  margin: 40px auto;
}
@media screen and (max-width: 550px) {
  .page .gallery--full {
    width: 100%;
    margin: auto;
  }
}
.page .gallery--full-button {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.page .gallery--full img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 5s ease;
  will-change: transform;
}
.page .gallery {
  /* Ken Burns (subtle) hover */
}
.page .gallery--full-button:hover img, .page .gallery--full-button:focus-visible img {
  transform: scale(1.06);
}
.page .gallery--separate {
  grid-column: span 12;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 80px;
}
@media screen and (max-width: 550px) {
  .page .gallery--separate {
    gap: 16px;
  }
}
.page .gallery--item {
  aspect-ratio: 400/560;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.page .gallery--item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page .gallery--overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 200ms ease;
  z-index: 1;
}
.page .gallery--overlay-button {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: 2;
  opacity: 0;
  transition: opacity 200ms ease;
  border: 1px solid var(--white);
  color: var(--white);
  background: transparent;
  padding: 12px 18px;
  font-family: var(--fontBrownLLRegular);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page .gallery--item:hover .page .gallery--overlay,
.page .gallery .gallery--item:hover .gallery--overlay,
.page .gallery .gallery--item:focus-visible .gallery--overlay,
.page .gallery .gallery--item:hover .gallery--overlay-button,
.page .gallery .gallery--item:focus-visible .gallery--overlay-button {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .gallery--full img {
    transition: none;
  }
}
/* Gallery carousel mode (separateScrolling style) */
.gallery--carousel {
  display: block;
  position: relative;
  outline: none;
  padding-top: 48px;
}
.gallery--carousel .gallery--item {
  width: calc((100% - 160px) / 3);
  margin-right: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 550px) {
  .gallery--carousel .gallery--item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
}
.gallery--carousel .flickity-prev-next-button {
  appearance: none;
  cursor: pointer;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 9px;
  width: 29px;
  transition: opacity 0.3s ease-in;
}
.gallery--carousel .flickity-prev-next-button:disabled, .gallery--carousel .flickity-prev-next-button:hover {
  opacity: 0.2;
}
.gallery--carousel .flickity-prev-next-button.previous {
  background-image: url("icon-arrow-previous.3f4dbe22.svg");
  right: 40px;
}
.gallery--carousel .flickity-prev-next-button.next {
  background-image: url("icon-arrow-next.a3050e3a.svg");
}
.gallery--carousel .flickity-prev-next-button svg {
  display: none;
}

/* Fullscreen lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.gallery-lightbox__dialog {
  position: absolute;
  inset: 0;
  display: grid;
  /* minmax(0,1fr) prevents the image forcing grid wider */
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  padding: 24px;
  overflow: hidden;
}

.gallery-lightbox__figure {
  margin: 0;
  display: grid;
  place-items: center;
  height: 100%;
  min-width: 0;
  min-height: 0;
  pointer-events: none;
}

.gallery-lightbox__img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

.gallery-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: var(--white);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
  opacity: 0.4;
}
.gallery-lightbox__close:hover {
  opacity: 1;
}

.gallery-lightbox__nav {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: var(--white);
  line-height: 1;
  cursor: pointer;
  justify-self: center;
  display: grid;
  place-items: center;
  transition: opacity 0.2s ease-in;
  opacity: 0.4;
}
.gallery-lightbox__nav:hover {
  opacity: 1;
}

.gallery-lightbox__chevron {
  color: var(--white);
  width: 44px;
  height: 44px;
}

@media screen and (min-width: 550px) {
  .gallery-lightbox__dialog {
    padding: 40px;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
  }
  .gallery-lightbox__nav {
    width: 64px;
    height: 64px;
  }
  .gallery-lightbox__chevron {
    width: 56px;
    height: 56px;
  }
}
.page .cta--image {
  max-width: 250px;
  height: auto;
  margin-bottom: 24px;
}
.page .cta--content {
  grid-column: 3/span 8;
  text-align: center;
  padding: 64px 0;
}
@media screen and (max-width: 550px) {
  .page .cta--content {
    grid-column: span 12 !important;
  }
}
.page .cta--content h2 {
  text-transform: none;
  margin-bottom: 24px;
}
.page .cta--content p {
  font-family: var(--fontBrownLLLight);
  font-size: 16px;
  line-height: 1.4;
  max-width: 480px;
  margin: 0 auto;
}
.page .cta--content p a {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: underline;
}
.page .cta--content p a:hover {
  text-decoration: none;
}
.page .cta--content > a {
  margin-top: 40px;
  font-family: var(--fontBrownLLRegular);
  letter-spacing: 1px;
}
.page .cta[data-background=slate i] .button {
  border-color: var(--white);
  color: var(--white);
}
.page .cta--text-large .cta--content {
  grid-column: 2/span 10;
  padding: 0 40px;
}
.page .cta--text-large .cta--content p {
  font-size: 24px;
  max-width: none;
}
@media screen and (max-width: 550px) {
  .page .cta--text-large .cta--content p {
    font-size: 20px;
  }
}

.project-intro {
  padding: 64px 0 120px !important;
}
.project-intro--meta {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: auto;
  gap: 24px;
}
@media screen and (max-width: 550px) {
  .project-intro--meta {
    margin-bottom: 40px;
  }
}
.project-intro--meta dl {
  font-family: var(--fontBrownLLRegular);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 0;
}
.project-intro--meta dl dt {
  opacity: 0.4;
  text-transform: uppercase;
}
.project-intro--meta dl dd {
  margin: 0;
}
.project-intro--meta dl dd a {
  color: inherit;
}
.project-intro--meta dl dd a:hover {
  opacity: 0.5;
}
.project-intro--content {
  grid-column: span 6;
  font-family: var(--fontBrownLLLight);
  line-height: 1.4;
}
.project-intro--content a:not(.button) {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: underline;
}
.project-intro--content a:not(.button):hover {
  text-decoration: none;
}
.project-intro--content p {
  margin: 0 0 16px;
}
.project-intro--content .button {
  margin-top: 16px;
}

.logos--items {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 48px;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .logos--items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.logos--item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.logos--item a {
  transition: opacity 0.3s ease;
}
.logos--item a:hover {
  opacity: 0.5;
}
.logos--item img {
  max-height: 56px;
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
}

/* Draws block */
.draws--filters {
  grid-column: span 12;
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0 0 48px;
  list-style: none;
}
.draws--filter {
  flex: 1;
  padding: 16px 24px;
  border: 1px solid var(--black);
  background: transparent;
  font-family: var(--fontBrownLLRegular);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  color: var(--black);
  text-align: center;
  transition: background 0.2s, color 0.2s;
}
.draws--filter:hover:not(:disabled), .draws--filter.active {
  background: var(--black);
  color: var(--white);
}
.draws--filter:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.draws--intro {
  grid-column: span 12;
  margin-bottom: 48px;
  font-family: var(--fontBrownLLLight);
  font-size: 16px;
  line-height: 1.6;
}
.draws--intro a {
  font-family: var(--fontBrownLLLight);
  color: var(--black);
  text-decoration: underline;
}
.draws--intro a:hover {
  text-decoration: none;
}
.draws--intro > :first-child {
  margin-top: 0;
}
.draws--intro > :last-child {
  margin-bottom: 0;
}
.draws--matches {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.draws--empty {
  font-family: var(--fontBrownLLLight);
  font-size: 16px;
  text-align: center;
  opacity: 0.6;
  padding: 48px 0;
}
.draws--match {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: stretch;
  min-height: 80px;
  gap: 8px;
}
.draws--match[hidden] {
  display: none !important;
}
.draws--team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 16px 24px;
  gap: 16px;
}
.draws {
  /* Team background: white for winner and pending, grey for loser */
}
.draws--team:not(.draws--team--loser) {
  background: var(--white);
}
.draws--team--loser {
  background: rgba(0, 0, 0, 0.08);
  opacity: 0.6;
}
.draws--team-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.draws--team-logo img {
  max-height: 48px;
  max-width: 160px;
  height: auto;
  width: auto;
}
.draws--team-players {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: var(--fontBrownLLRegular);
  font-size: 14px;
}
.draws--result {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-family: var(--fontPortrait);
  font-size: 24px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.draws {
  /* Result: white background for both pending and completed matches */
}
.draws--result {
  background: var(--white);
}
.draws {
  /* Mobile responsive */
}
@media screen and (max-width: 767px) {
  .draws--filters {
    flex-wrap: wrap;
  }
  .draws--filter {
    flex: 1 1 calc(50% - 1px);
    max-width: none;
  }
  .draws--match {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .draws--team {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .draws--team-players {
    text-align: left;
  }
  .draws--result {
    padding: 12px;
  }
}

/* Timeline block */
.timeline .grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.timeline__header {
  grid-column: 1/-1;
}
.timeline__caption-title {
  margin-bottom: 8px;
}
@media screen and (min-width: 767px) {
  .timeline__caption-title {
    margin-bottom: 12px;
  }
}
.timeline__title {
  font-family: var(--fontPortrait);
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media screen and (min-width: 767px) {
  .timeline__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.timeline__strip-wrapper {
  position: relative;
  margin-left: calc(-1 * var(--spacing-sides));
  margin-right: calc(-1 * var(--spacing-sides));
  width: calc(100% + 2 * var(--spacing-sides));
  padding: 0 var(--spacing-sides);
}
.timeline__strip {
  display: flex;
  position: relative;
  gap: 32px;
}
.timeline {
  /* Timeline line: on strip so it scrolls with content on mobile */
}
.timeline__event {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  align-items: flex-start;
}
.timeline__date {
  font-family: var(--fontPortrait);
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 12px;
  display: block;
}
@media screen and (min-width: 767px) {
  .timeline__date {
    font-size: 32px;
  }
}
.timeline__marker {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.timeline__bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: none;
}
.timeline__heading {
  font-family: var(--fontBrownLLRegular);
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 8px 0 8px;
}
.timeline__text {
  font-family: var(--fontBrownLLLight);
  font-size: 14px;
  line-height: 1.5;
}
.timeline__text p {
  margin: 0 0 0.5em;
}
.timeline__text p:last-child {
  margin-bottom: 0;
}
.timeline__text a {
  color: var(--black);
  text-decoration: underline;
}
.timeline__text a:hover {
  text-decoration: none;
}
.timeline__swipe-hint {
  display: none;
  font-family: var(--fontBrownLLRegular);
  font-size: 11px;
  color: var(--slate3);
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.timeline {
  /* Slider mode: when more than 4 events, use Flickity with rail-style arrows */
}
.timeline--slider {
  overflow: hidden;
}
.timeline--slider .timeline__strip-wrapper {
  overflow: hidden;
  padding-top: 48px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.timeline--slider .timeline__header-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--spacing-sides);
  pointer-events: none;
}
.timeline--slider .timeline__header-row .timeline__header-row-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  pointer-events: auto;
}
.timeline--slider .timeline__header-row .timeline__caption-title {
  margin: 0;
}
.timeline--slider .timeline__header-row .timeline__title {
  margin: 0;
  font-size: 32px;
}
.timeline--slider .timeline__strip {
  display: block;
  position: relative;
  outline: none;
  margin-top: 64px;
  /* Flickity cells: same size as 4 across, extend to viewport edges */
}
.timeline--slider .timeline__strip .timeline__event {
  width: calc((100vw - 96px) / 4);
  margin-right: 40px;
}
.timeline--slider .timeline__strip {
  /* Rail-style arrow buttons */
}
.timeline--slider .timeline__strip .flickity-prev-next-button {
  appearance: none;
  cursor: pointer;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  right: 0;
  top: -104px;
  height: 9px;
  width: 29px;
  transition: opacity 0.3s ease-in;
}
.timeline--slider .timeline__strip .flickity-prev-next-button:disabled, .timeline--slider .timeline__strip .flickity-prev-next-button:hover {
  opacity: 0.2;
}
.timeline--slider .timeline__strip .flickity-prev-next-button.previous {
  background-image: url("icon-arrow-previous.3f4dbe22.svg");
  right: 40px;
}
.timeline--slider .timeline__strip .flickity-prev-next-button.next {
  background-image: url("icon-arrow-next.a3050e3a.svg");
}
.timeline--slider .timeline__strip .flickity-prev-next-button svg {
  display: none;
}
.timeline {
  /* Mobile/tablet: overflow scroll within container, swipe hint */
}
@media screen and (max-width: 940px) {
  .timeline {
    overflow-x: hidden;
    width: 100vw;
  }
  .timeline__strip-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 0 8px 0;
  }
  .timeline__strip {
    gap: 32px;
    width: max-content;
  }
  .timeline__event {
    flex: 0 0 min(280px, 85vw);
    min-width: min(280px, 85vw);
    scroll-snap-align: start;
    padding: 0 0 0 var(--spacing-sides);
  }
  .timeline__swipe-hint {
    display: block;
  }
  .timeline {
    /* Slider mode on mobile: use native horizontal scroll (same as non-slider) */
  }
  .timeline.timeline--slider .timeline__strip-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .timeline.timeline--slider .timeline__strip-wrapper:has(.timeline__header-row) {
    padding-top: 96px;
  }
  .timeline.timeline--slider .timeline__strip {
    width: max-content;
    display: flex !important;
  }
  .timeline.timeline--slider .timeline__strip .timeline__event {
    flex: 0 0 min(280px, 85vw);
    min-width: min(280px, 85vw);
    width: auto;
    margin-right: 0;
    scroll-snap-align: start;
    padding: 0 0 0 var(--spacing-sides);
  }
}
@media screen and (max-width: 940px) {
  .timeline__strip::before {
    top: 50px;
    position: sticky;
    left: 0;
    transform: initial;
  }
}
/* Layout */

/* Blocks */

/* Hero */

/* Page content */

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

html {
  box-sizing: border-box;
}

body {
  background: var(--offWhite2);
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

.grid {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 var(--spacing-sides);
  margin: 0 auto;
  max-width: 1280px;
}

@media screen and (min-width: 550px) {
  .grid {
    column-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
  }
}

@media screen and (min-width: 767px) {
  .grid {
    column-gap: 30px;
  }
}


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