@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

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

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

* {
  box-sizing: border-box; }

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

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.hidden {
  display: none !important; }

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }

input,
textarea,
input::placeholder,
textarea::placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1; }

textarea {
  resize: none; }

input:not([type="submit"]),
textarea {
  display: block;
  width: 100%;
  border-radius: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

select {
  background: none;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: var(--fg);
  margin: 0;
  padding: 0; }

select option {
  color: var(--fg);
  margin: 0;
  padding: 0;
  background: var(--bg); }

select:focus {
  outline: none; }

ul,
li {
  text-decoration: none;
  list-style: none; }

/* Input Elements */
button,
input[type="submit"],
input[type="reset"],
div[role="button"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="button"],
input[type="button"]:focus {
  outline: none; }

a:link,
a:visited,
a:link span,
a:visited span {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }

@font-face {
  font-family: 'FK Roman Standard Trial';
  src: url("../fonts/FKRomanStandardTrial-Regular.woff2") format("woff2"), url("../fonts/FKRomanStandardTrial-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FK Roman Standard Trial';
  src: url("../fonts/FKRomanStandardTrial-Thin.woff2") format("woff2"), url("../fonts/FKRomanStandardTrial-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

.visually-hidden {
  visibility: hidden;
  position: absolute;
  z-index: -10;
  display: none; }

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.outline {
  border: 2px solid green; }

.fade50 {
  opacity: 50%; }

.fade40 {
  opacity: 40%; }

.writer__styling strong {
  font-weight: 600; }

.writer__styling em {
  font-style: italic; }

.writer__styling a, .writer__styling u {
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration: underline; }

.writer__styling a {
  transition: all .3s ease-in-out; }
  .writer__styling a:hover {
    opacity: 0.5; }

.writer__styling ul {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px; }
  .writer__styling ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.26em; }
    .writer__styling ul li::before {
      color: black;
      content: '•';
      position: absolute !important;
      top: -0.08em;
      left: 0;
      font-size: 25px;
      display: block; }

.writer__styling p:not(:last-child) {
  padding-bottom: 1em; }

.writer__styling sup {
  padding-left: 20px; }

.noSelect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ }

.pt-1 {
  padding-top: 10px; }

.pt-2 {
  padding-top: 20px; }

.pt-3 {
  padding-top: 30px; }

.sc {
  text-transform: none !important; }

.uc {
  text-transform: uppercase; }

.link {
  transition: opacity .2s ease-out; }
  .link:hover {
    opacity: 0.6; }

.btn-1 a, .btn-1 button {
  background-color: transparent;
  border: 1px solid var(--black);
  padding: 8px 20px;
  border-radius: 36px;
  text-decoration: none !important;
  font-family: "Rhymes Text Trial";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: var(--transitionPrimary) !important; }
  .btn-1 a:hover, .btn-1 button:hover {
    background-color: #2C64C8 !important;
    color: var(--white);
    opacity: 1 !important;
    border-color: transparent !important; }

#mainMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none; }
  #mainMenu a {
    pointer-events: all; }

/* Root Elements */
:root {
  --black: #000;
  --white: #ffffff;
  --fg: var(--black);
  --bg: var(--white);
  --pm: 20px;
  --pmNeg: -20px; }

@media (max-width: 960px) {
  :root {
    --pm: 16px;
    --spacer1: 30px;
    --pmNeg: -16px; } }

.fb {
  color: var(--fg);
  font-family: 'FK Roman Standard Trial';
  font-size: 12px;
  font-weight: 300;
  line-height: normal; }

html, body {
  color: var(--fg);
  font-family: 'FK Roman Standard Trial';
  font-size: 12px;
  font-weight: 300;
  line-height: normal; }

.px {
  padding-left: var(--pm);
  padding-right: var(--pm); }

.py {
  padding-top: var(--pm);
  padding-bottom: var(--pm); }

html {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, sans-serif;
  overflow-x: hidden;
  height: auto; }

body {
  background-color: var(--bg); }

body.no-scroll {
  height: 100vh;
  overflow: hidden; }

.block {
  background-color: var(--bg); }

.aspectholder img, .aspectholder video {
  width: 100%;
  object-fit: cover; }

/* Image/Video Elements */
.aspectholder > * {
  display: block; }

.vsc-controller {
  height: 0 !important;
  width: 0 !important;
  object-fit: unset !important; }

.indent-left {
  padding-left: 20px; }

.grid-primary {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--pm);
  row-gap: var(--pm);
  width: 100%; }
  @media (max-width: 960px) {
    .grid-primary {
      grid-template-columns: repeat(6, 1fr); } }
svg path, svg polygon, svg polyline, svg rect {
  fill: var(--fg); }

.block__media .aspectholder {
  height: 100%;
  overflow: hidden; }
  .block__media .aspectholder img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.block__accordion .accordion-row {
  padding-bottom: 10px; }
  .block__accordion .accordion-row:hover .accordion-header {
    opacity: 0.7; }
  .block__accordion .accordion-row:first-child {
    border-top: 1px solid var(--grey); }

.block__accordion .accordion {
  grid-column: 2/20;
  padding: 20px 0; }

.block__accordion .accordion-content {
  overflow: hidden;
  font-size: 16px;
  max-height: 0;
  opacity: 0.4;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid var(--grey);
  box-sizing: border-box; }
  .block__accordion .accordion-content .inner {
    padding: 20px 0 20px; }
    @media (max-width: 960px) {
      .block__accordion .accordion-content .inner {
        padding-right: 32px; } }
    .block__accordion .accordion-content .inner .para {
      grid-column: 1/ span 9; }

.block__accordion .accordion-content p {
  padding-bottom: 9px; }

.block__accordion .accordion-content .list {
  padding-top: 26px; }
  .block__accordion .accordion-content .list .list-content {
    column-count: 1;
    max-height: 400px;
    padding-top: 10px; }
    @media (min-width: 960px) {
      .block__accordion .accordion-content .list .list-content {
        column-count: 2; } }
    .block__accordion .accordion-content .list .list-content p {
      display: inline-block;
      opacity: 0.5; }

.block__accordion .accordion-header {
  scroll-margin-top: 60px;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease-in-out; }

.block__accordion .accordion-row.active .accordion-header,
.block__accordion .accordion-row.active .accordion-content {
  opacity: 1; }

.block__accordion .accordion-row .icon {
  position: relative;
  height: 15px;
  width: 15px; }
  .block__accordion .accordion-row .icon > span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .block__accordion .accordion-row .icon > span svg {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
      .block__accordion .accordion-row .icon > span svg path {
        fill: black; }
  .block__accordion .accordion-row .icon .icon-inner svg {
    transition: all .2s ease-in-out; }

.block__accordion .accordion-row.active .icon-inner svg {
  transform: rotate(-45deg); }

@media (max-width: 960px) {
  .block__accordion .accordion {
    grid-column: 1/-1;
    padding-left: var(--pm);
    padding-right: var(--pm); }
    .block__accordion .accordion .accordion-content .inner .para {
      grid-column: 1/-1; } }

.template__home {
  padding-top: var(--pm);
  position: relative; }
  .template__home .text-container {
    grid-column: 9/13; }
    .template__home .text-container .row-one, .template__home .text-container .projects-list {
      padding-top: 60px; }
    .template__home .text-container .row-one, .template__home .text-container .row-two {
      display: flex;
      justify-content: space-between; }
    .template__home .text-container .row-two {
      padding-top: 20px; }
    .template__home .text-container .projects-list .list {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .template__home .text-container .projects-list .list a {
        transition: opacity .3s ease-in-out; }
      .template__home .text-container .projects-list .list:hover a:not(:hover) {
        opacity: 0.3; }
  .template__home .img-container {
    height: calc(100dvh - var(--pm) * 2);
    grid-column: 1/9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start; }
    .template__home .img-container .img-wrap-inner {
      width: 55%;
      min-width: 400px;
      position: relative; }
      .template__home .img-container .img-wrap-inner > .aspectholder {
        position: absolute;
        left: 0;
        bottom: 0; }
      .template__home .img-container .img-wrap-inner .aspectholder:not(:first-child) {
        opacity: 0; }
  .template__home .background-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1;
    display: flex;
    align-items: flex-end;
    transition: opacity .34s ease-in-out; }
    .template__home .background-logo svg {
      mix-blend-mode: multiply; }
      .template__home .background-logo svg path {
        fill: #F1F1F1; }
    .template__home .background-logo .aspectholder, .template__home .background-logo svg, .template__home .background-logo g {
      width: 100%;
      height: unset; }
  .template__home.changing-page .background-logo {
    opacity: 0; }

.template__home:has(.project-link:hover) .background-logo {
  opacity: 0; }

.template__project .top-section .project-blurb {
  grid-column: 10/13;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: var(--pm);
  opacity: 0; }

.template__project .top-section .hero-media {
  grid-column: 1/9;
  height: 100vh;
  padding-bottom: var(--pm);
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  .template__project .top-section .hero-media .aspectholder {
    overflow: hidden; }
    .template__project .top-section .hero-media .aspectholder img {
      width: 100%; }

.template__project .jump-links {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  opacity: 0; }
  .template__project .jump-links .inner {
    display: flex;
    gap: 20px; }

.template__project .project-blocks {
  grid-row-gap: clamp(200px, 29vh, 1000px);
  padding-top: clamp(200px, 29vh, 1000px);
  padding-bottom: clamp(200px, 29vh, 1000px); }

@media (max-width: 960px) {
  .template__project .top-section {
    display: flex;
    height: 100svh;
    flex-direction: column-reverse; }
    .template__project .top-section .project-blurb {
      height: unset; }
    .template__project .top-section .hero-media {
      height: unset; }
  .template__project .project-blocks {
    padding-top: 100px;
    grid-row-gap: 100px;
    padding-bottom: 100px; }
    .template__project .project-blocks .block__projectImage {
      grid-column: 1/-1 !important; } }

.block__projectImage {
  scroll-margin-top: clamp(100px, 15vh, 500px);
  opacity: 0;
  transform: translateY(40px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

@media (max-width: 960px) {
  .template__home {
    padding-top: 70px; }
    .template__home .text-container {
      grid-row: 1;
      grid-column: 1/-1;
      padding-bottom: 140px; }
      .template__home .text-container .projects-list a {
        padding-top: 2px; }
        .template__home .text-container .projects-list a:first-child {
          padding-top: 6px; }
    .template__home .img-container {
      grid-row: 2;
      opacity: 0;
      display: none;
      pointer-events: none;
      grid-column: 1/-1;
      height: unset; }
      .template__home .img-container .img-wrap-inner {
        min-width: unset; }
    .template__home .background-logo {
      height: 100%;
      min-height: 100vh; } }
