@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

img {
  display: block;
}

[role=button] {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

h2 {
  color: #000;
  font-size: clamp(30px, 4.8828125vw, 50px);
  text-transform: uppercase;
}

p {
  line-height: 1.6em;
  margin-bottom: 1.6em;
}

body {
  font-family: "Inter", sans-serif;
}

.paddingTop100 {
  padding-top: clamp(60px, 6.25vw, 80px);
}

.paddingTop300 {
  padding-top: clamp(172px, 18.75vw, 240px);
}

.paddingBottom100 {
  padding-bottom: clamp(60px, 6.25vw, 80px);
}

.paddingTop150 {
  padding-top: clamp(90px, 9.375vw, 120px);
}

.paddingBottom150 {
  padding-bottom: clamp(90px, 9.375vw, 120px);
}

.paddingTop200 {
  padding-top: clamp(120px, 12.5vw, 160px);
}

.paddingBottom200 {
  padding-bottom: clamp(120px, 12.5vw, 160px);
}

.paddingBottom25 {
  padding-bottom: clamp(10px, 1.5625vw, 20px);
}

.paddingTop25 {
  padding-top: clamp(10px, 1.5625vw, 20px);
}

.paddingTop50 {
  padding-top: clamp(20px, 2.0833333333vw, 30px);
}

.paddingBottom50 {
  padding-bottom: clamp(20px, 2.0833333333vw, 30px);
}

.paddingHorizontal100 {
  padding-inline: clamp(20px, 7.8125vw, 100px);
  max-width: 1920px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-decoration: none;
}
.button.black {
  background-color: #000;
  color: #fff;
  padding: 10px 14px;
}

p a {
  color: #0000ff;
  text-decoration: underline;
}

section.megaMenu.row {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  background-color: #000;
  display: none;
  background-image: url(/images/sftc-icon-white-transparent.png);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #000;
}
section.megaMenu.row > .column {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
section.megaMenu.row > .column nav ul {
  margin-bottom: 20px;
  list-style: none;
}
section.megaMenu.row > .column nav ul li {
  text-align: right;
  margin-bottom: clamp(30px, 4.6875vw, 30px);
}
section.megaMenu.row > .column nav ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}

.sticky {
  background-color: #ff0000;
  position: sticky;
  inset: 0px;
  z-index: 1000;
}

header {
  background-color: #000;
}
header > .column .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header > .column .content .logo {
  width: clamp(100px, 11.71875vw, 120px);
}
header > .column .content .logo img {
  width: 100%;
}
@media (width <= 640px) {
  header > .column .content .navigation {
    display: none;
  }
}
header > .column .content .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  height: 100%;
}
header > .column .content .navigation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px dashed #999;
}
header > .column .content .navigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-inline: 30px;
  font-weight: 600;
}
header > .column .content .navigation ul li:last-child {
  border-right: none;
}
@media (width <= 640px) {
  header > .column .content > div.mobileNavigation {
    display: block;
  }
}
header > .column .content > div.mobileNavigation {
  display: none;
  position: relative;
  width: 32px;
  height: 32px;
  isolation: isolate;
}
header > .column .content > div.mobileNavigation > .hamburger {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0px;
}

section.row.masthead {
  background-position: center center;
  background-size: cover;
}
section.row.masthead > .column h1 {
  color: #fff;
  font-size: clamp(40px, 5.859375vw, 60px);
  text-transform: uppercase;
  margin-bottom: 0.25em;
  display: -ms-grid;
  display: grid;
  justify-items: start;
}
section.row.masthead > .column h1 span {
  padding-inline: 10px;
}
section.row.masthead > .column h1 span.primary {
  background-color: rgb(255, 255, 255);
  color: #000;
  font-size: 0.75em;
}
section.row.masthead > .column h1 span.secondary {
  background-color: rgb(255, 255, 255);
  color: #000;
}
section.row.masthead > .column h2 {
  color: #333;
  font-size: clamp(20px, 2.9296875vw, 30px);
  text-transform: none;
}
section.row.masthead > .column h2 span {
  background-color: #fff;
  padding-inline: 10px;
}

section.row.genericText {
  border-bottom: 10px dotted #eee;
}
section.row.genericText > .column h1 {
  margin-bottom: 1em;
  font-size: clamp(30px, 3.90625vw, 40px);
}
section.row.genericText > .column h3 {
  margin-bottom: 1em;
}
section.row.genericText > .column p {
  margin-bottom: 1.4em;
  max-width: 64ch;
}
section.row.genericText > .column ol {
  padding-left: 4em;
}
section.row.genericText > .column ol li {
  line-height: 1.6em;
}
@media (width < 640px) {
  section.row.genericText > .column .photoParagraph {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.row.genericText > .column .photoParagraph > .photo img {
    max-width: 200px;
  }
}
section.row.genericText > .column .photoParagraph {
  margin-bottom: clamp(30px, 5.859375vw, 60px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(200px, 2fr) clamp(20px, 3.90625vw, 40px) 8fr;
  grid-template-columns: minmax(200px, 2fr) 8fr;
  gap: clamp(20px, 3.90625vw, 40px);
}
section.row.genericText > .column .photoParagraph > .photo img {
  width: 100%;
}

section.row.brutalText > .column {
  background-position: 80% center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width < 768px) {
  section.row.brutalText > .column > .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.brutalText > .column > .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 7.8125vw, 80px) 2fr;
  grid-template-columns: 1fr 2fr;
  gap: clamp(20px, 7.8125vw, 80px);
}
section.row.brutalText > .column > .content > .left h2 {
  border-left: 8px solid #333;
  padding-left: 0.5em;
  font-size: clamp(30px, 3.4722222222vw, 50px);
  text-wrap: pretty;
}
section.row.brutalText > .column > .content {
  /*
  >.middle {
      img {
          width:100%;
      }
  }*/
}
section.row.brutalText > .column > .content > .right {
  max-width: 780px;
  display: -ms-grid;
  display: grid;
  gap: clamp(20px, 3.90625vw, 40px);
}
section.row.brutalText > .column > .content > .right > .introImage {
  /*  @media(width < 1280px) {
        grid-template-columns: 1fr 1fr;

        a:last-child {
            display: none;
        }
    }

    @media(width < 420px) {
        grid-template-columns: 1fr;

        a:last-child {
            display: none;
        }
    }

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(10px,calc(20/1024*100vw), 20px);*/
}
section.row.brutalText > .column > .content > .right > .introImage img {
  width: 100%;
}
section.row.brutalText > .column > .content > .right > .images {
  display: none;
}
section.row.brutalText > .column > .content > .right > .images img {
  width: 100%;
}
section.row.brutalText > .column > .content > .right > .text h2 {
  font-weight: 300;
  font-size: clamp(20px, 2.34375vw, 24px);
  margin-bottom: 0.5em;
  text-transform: none;
}
section.row.brutalText > .column > .content > .right > .text p {
  max-width: 100ch;
  margin-bottom: 2em;
}
section.row.brutalText > .column > .content > .right {
  /*   

  .feature {
      width: 50%;

      img {
          width: 100%;
      }
  }*/
}

section.row.projectList > .column h1 {
  margin-bottom: 1em;
  font-size: clamp(30px, 3.90625vw, 40px);
}
section.row.projectList > .column .projects {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(20px, 3.90625vw, 40px);
}
section.row.projectList > .column .projects > .project {
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-flex-line-pack: start;
      align-content: start;
}
section.row.projectList > .column .projects > .project > .image img {
  width: 100%;
}

section.row.projectInterior > .column h1 {
  margin-bottom: 1em;
  font-size: clamp(30px, 3.90625vw, 40px);
}
section.row.projectInterior > .column h2 {
  margin-bottom: 1em;
  font-size: clamp(18px, 1.953125vw, 20px);
}
section.row.projectInterior > .column > p {
  margin-bottom: 1em;
}
section.row.projectInterior > .column > .peopleList {
  gap: 20px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
section.row.projectInterior > .column > .peopleList > .person {
  cursor: pointer;
  position: relative;
}
section.row.projectInterior > .column > .peopleList > .person img {
  width: 100%;
}
section.row.projectInterior > .column > .peopleList > .person .floater {
  position: absolute;
  inset: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.projectInterior > .column > .peopleList > .person .floater p {
  font-size: 2em;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin-bottom: 0px;
}

section.row.projectInterior.photoStory > .column a.backLink {
  display: inline-block;
  margin-bottom: 1em;
}
section.row.projectInterior.photoStory > .column > .poem ul {
  list-style-position: inside;
}
section.row.projectInterior.photoStory > .column > .poem ul li {
  margin-bottom: 1em;
}
section.row.projectInterior.photoStory > .column > .poemImage {
  margin-bottom: 2em;
  max-width: 960px;
}
section.row.projectInterior.photoStory > .column > .poemImage img {
  width: 100%;
}
@media (max-width: 960px) {
  section.row.projectInterior.photoStory > .column > .photoList .card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.row.projectInterior.photoStory > .column > .photoList .card > .image {
    max-width: 320px;
  }
}
section.row.projectInterior.photoStory > .column > .photoList .card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr clamp(20px, 3.90625vw, 40px) 7fr;
  grid-template-columns: 3fr 7fr;
  gap: clamp(20px, 3.90625vw, 40px);
}
section.row.projectInterior.photoStory > .column > .photoList .card h2 {
  font-size: 30px;
  margin-bottom: 1em;
}
section.row.projectInterior.photoStory > .column > .photoList .card > .image img {
  width: 100%;
}
section.row.projectInterior.photoStory > .column > .photoList .card > .content blockquote {
  margin-bottom: 1.6em;
}
section.row.projectInterior.photoStory > .column > .photoList .card > .content ul li {
  background-color: #ff0000;
  margin-bottom: 1.6em;
}

.hr {
  border-bottom: 10px dotted #eee;
}

footer {
  background-color: #000;
}
footer > .column > .content {
  gap: clamp(20px, 7.8125vw, 80px);
  color: #fff;
  font-size: clamp(16px, 1.7578125vw, 18px);
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 768px) {
  footer > .column > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 768px) {
  footer > .column > .content > .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer > .column > .content > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 7.8125vw, 80px);
}
footer > .column > .content > .left > .logo {
  width: clamp(100px, 29.296875vw, 200px);
}
footer > .column > .content > .left > .logo img {
  width: 100%;
}
footer > .column > .content > .left nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer > .column > .content > .left nav a {
  color: #a5c2f7;
}
footer > .column > .content address {
  font-style: normal;
}
footer > .column > .content address a {
  color: #a5c2f7;
}

section.row > .column > .crumbs a {
  color: #0d3973;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}