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

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img,
video,
svg {
  pointer-events: none;
}

body {
  background-color: #fcfcfc;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf");
  font-weight: 100 900;
  font-style: italic;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
}

h1 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.004em;
}

h2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
}

.subheader {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  padding-bottom: 16px;
}

.subheader2 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  padding-top: 8px;
}

.quote {
  font-size: 1.125rem;
  line-height: 1.3;
  font-style: italic;
  padding-bottom: 16px;
}

.clamp {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 9;
}

.page-width {
  width: 100%;
  padding: 0 20px;
}

.full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bg-primary-1 {
  background: #243B50;
}

.bg-primary-2 {
  background: #83A8D0;
}

.bg-primary-3 {
  background: #3D6A9D;
}

.bg-white {
  background: #fcfcfc;
}

.fill-primary {
  fill: #243B50;
}

.fill-secondary {
  fill: #83A8D0;
}

.relative {
  position: relative;
}

.text-grid-container {
  display: block;
  grid-column-gap: 40px;
  grid-template-columns: repeat(6, 1fr);
}

.text-grid-child {
  grid-column: 3/span 4;
}

.text-grid-image {
  grid-column: 1/span 2;
}

.portrait {
  max-width: 240px;
  padding-bottom: 40px;
  display: none;
}

.text-grid-child-wide {
  grid-column: 2/span 5;
}

.paragraphs-spacing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block-txt {
  padding: 32px 0 48px;
}

.block-img {
  padding: 8px 0;
}

.block-caption {
  padding: 8px 0 0;
}

.block-divider {
  padding: 60px 0 36px;
}

.project-content {
  padding-bottom: 32px;
}

html {
  scroll-behavior: smooth;
}

.navbar {
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-nav svg {
  height: 1.25rem;
  width: auto;
}

nav {
  display: flex;
  gap: 1.5rem;
}
nav a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1rem;
}
nav a:hover {
  color: #3D6A9D;
}
nav .current {
  font-weight: 700;
}
nav .current-page {
  pointer-events: none;
}

.nav-project a {
  color: #243B50;
}
.nav-project a:hover {
  color: #3D6A9D;
}

.page-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #243B50;
  padding: 12px 0;
}

.logo-foot svg {
  height: 1rem;
  width: auto;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
}
.contact-info .contact-link {
  text-decoration: none;
  color: #243B50;
}
.contact-info .contact-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.page-copyright {
  font-size: 0.75rem;
  text-align: center;
  padding: 12px 0;
  color: #666666;
}

.hero-img {
  width: 100%;
}

.hero-txt {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hero-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.3;
  position: relative;
}
.hero-title:hover .line {
  animation: line-draw 0.5s ease 0s 1 normal forwards;
}
@keyframes line-draw {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.line {
  position: absolute;
  left: -10px;
  background-color: #333333;
  height: 100%;
  width: 2px;
}

.project-client {
  font-size: 1rem;
  text-transform: uppercase;
}

.project-type {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.875rem;
  color: #666666;
  margin-top: 2px;
}

.h2-divider {
  display: flex;
  align-items: center;
  gap: 20px;
}
.h2-divider hr {
  border: 1px solid #666666;
  flex-grow: 1;
}

.project-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  padding: 12px 0 36px;
}
.project-footer a {
  color: #333333;
}

.next-project {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}

.next-project-image {
  max-width: 184px;
}

.caption-txt {
  font-size: 0.875rem;
  text-align: right;
}

.img-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.img-child {
  flex: 1 1 320px;
}

.caption-quote {
  font-size: 0.875rem;
}

.responsive-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

.img-scroll {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
}
.img-scroll img {
  height: auto;
}

@media (min-width: 600px) {
  .navbar {
    padding: 16px 60px;
  }
  .page-width {
    padding: 0 60px;
  }
  body {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  .subheader {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
  .subheader2 {
    font-size: 1.5rem;
    padding-top: 12px;
  }
  .quote {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
  .hero-title {
    gap: 4px;
  }
  .line {
    left: -20px;
    width: 4px;
  }
  .project-client {
    font-size: 1.25rem;
  }
  .project-type {
    gap: 12px;
    font-size: 1rem;
    margin-top: 4px;
  }
  .hero-txt {
    gap: 36px;
  }
  .paragraphs-spacing {
    gap: 24px;
  }
  .h2-divider {
    gap: 32px;
  }
  .h2-divider hr {
    border-width: 2px;
  }
  .project-footer {
    gap: 12px;
    font-size: 1rem;
    padding: 12px 0 56px;
  }
  .img-wrapper {
    gap: 32px;
  }
  .caption-txt {
    font-size: 1rem;
  }
  .caption-quote {
    font-size: 1rem;
  }
  .block-txt {
    padding: 56px 0 72px;
  }
  .block-img {
    padding: 16px 0;
  }
  .block-caption {
    padding: 16px 0 0;
  }
  .block-divider {
    padding: 60px 0 44px;
  }
  .project-content {
    padding-bottom: 44px;
  }
}
@media (min-width: 860px) {
  nav a {
    font-size: 1.25rem;
  }
  .logo-nav svg {
    height: 1.5rem;
  }
  .text-grid-container {
    display: grid;
  }
  .portrait {
    max-width: 400px;
  }
  .next-project {
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .page-width {
    padding: 0 80px;
  }
  .navbar {
    padding: 16px 80px;
  }
  body {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  .subheader {
    font-size: 1.75rem;
    padding-bottom: 24px;
  }
  .subheader2 {
    font-size: 1.75rem;
    padding-top: 16px;
  }
  .quote {
    font-size: 1.75rem;
    padding-bottom: 24px;
  }
  .page-footer {
    padding: 16px 0;
  }
  .logo-foot svg {
    height: 1.25rem;
  }
  .contact-info {
    gap: 16px;
    font-size: 1rem;
  }
  .page-copyright {
    padding: 20px 0;
  }
  .hero-img {
    padding: 0 80px;
  }
  .line {
    left: -24px;
  }
  .project-client {
    font-size: 1.75rem;
  }
  .project-type {
    font-size: 1.25rem;
  }
  .hero-txt {
    gap: 40px;
  }
  .paragraphs-spacing {
    gap: 32px;
  }
  .h2-divider {
    gap: 40px;
  }
  .project-footer {
    gap: 16px;
    font-size: 1.25rem;
    padding: 20px 0 80px;
  }
  .next-project {
    gap: 40px;
  }
  .img-wrapper {
    gap: 40px;
  }
  .caption-txt {
    font-size: 1.25rem;
  }
  .caption-quote {
    font-size: 1.25rem;
  }
  .block-txt {
    padding: 72px 0 100px;
  }
  .block-img {
    padding: 20px 0;
  }
  .block-caption {
    padding: 20px 0 0;
  }
  .block-divider {
    padding: 92px 0 60px;
  }
  .project-content {
    padding-bottom: 60px;
  }
}
.home-hero {
  padding: 100px 0 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-hero-logo svg {
  width: auto;
  height: 44px;
}

.home-hero-tagline {
  color: #83A8D0;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  display: flex;
  gap: 12px;
}

.project-gallery {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.content-spacing {
  padding-top: 100px;
  padding-bottom: 120px;
}

.h1-home {
  font-size: 2rem;
  padding-bottom: 20px;
  padding-top: 20px;
}

.project-scroll {
  display: grid;
  grid-column-gap: 6%;
  grid-auto-flow: column;
  grid-auto-columns: 82%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  padding-bottom: 20px;
  padding-top: 20px;
}

.project-card {
  scroll-snap-align: start;
}

.project-grid {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr;
}

.project-card {
  text-decoration: none;
  color: #333333;
}
.project-card:hover .project-card-title {
  text-decoration: underline;
}
.project-card:hover .project-card-img {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.project-card:hover img {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.project-card-img {
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}
.project-card-img img {
  transition: transform 0.3s ease-in-out;
}
.project-card-img video {
  transition: transform 0.3s ease-in-out;
}

.project-card:hover .project-card-img img {
  transform: scale(1.02);
}
.project-card:hover .project-card-img video {
  transform: scale(1.02);
}

.project-card-text {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.project-card-client {
  font-size: 1rem;
  text-transform: uppercase;
}

.project-card-title {
  font-size: 1.5rem;
}

.project-card-type {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.875rem;
  color: #666666;
  margin-top: 2px;
}

@media (min-width: 600px) {
  .project-scroll {
    grid-auto-columns: 74%;
    grid-column-gap: 3%;
  }
  .home-hero {
    padding: 120px 0 120px;
    gap: 24px;
  }
  .home-hero-logo svg {
    height: 56px;
  }
  .home-hero-tagline {
    font-size: 32px;
    gap: 16px;
  }
}
@media (min-width: 860px) {
  .project-scroll {
    grid-auto-columns: 44%;
  }
  .project-grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 36px;
    grid-row-gap: 40px;
  }
  .home-hero {
    padding: 160px 0 160px;
    gap: 28px;
  }
  .home-hero-logo svg {
    height: 64px;
  }
  .home-hero-tagline {
    font-size: 36px;
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .h1-home {
    font-size: 2.25rem;
    padding-bottom: 28px;
    padding-top: 28px;
  }
  .project-scroll {
    grid-auto-columns: 40%;
    padding-bottom: 28px;
    padding-top: 28px;
  }
  .project-card-text {
    padding-top: 20px;
  }
  .project-card-client {
    font-size: 1.125rem;
  }
  .project-card-title {
    font-size: 1.75rem;
  }
  .project-card-type {
    font-size: 1rem;
  }
}
.logo-text {
  color: #243B50;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 120%;
}
.logo-text span {
  font-weight: 500;
}

.btn-primary {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #243B50;
  padding: 8px 80px;
  border-radius: 4px;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 0.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 8px;
  align-self: flex-start;
}
.btn-primary:hover {
  background-color: #3D6A9D;
}

@media (min-width: 600px) {
  .logo-text {
    font-size: 2.75rem;
    line-height: 100%;
  }
  .portrait-img-container {
    width: 380px;
  }
  .portrait-img-container img {
    transform: translateX(60px);
  }
  .btn-primary {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 1.125rem;
    margin-top: 8px;
  }
}
@media (min-width: 860px) {
  .logo-text {
    font-size: 3rem;
  }
  .portrait-img-container {
    width: 520px;
  }
  .portrait-img-container img {
    transform: translateX(0px);
  }
}
@media (min-width: 1200px) {
  .btn-primary {
    font-size: 1.25rem;
    margin-top: 12px;
  }
}
.four0four-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
}

.four0four-block {
  padding-top: 80px;
  padding-bottom: 80px;
  flex-grow: 1;
  align-content: center;
}

.four0four-link {
  align-self: flex-start;
  font-size: 1rem;
  color: #333333;
}
.four0four-link:hover {
  color: #3D6A9D;
}

@media (min-width: 600px) {
  .four0four-link {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .four0four-link {
    font-size: 1.5rem;
  }
}
.ellipse {
  position: absolute;
  top: calc(50% - 52px);
  left: calc(90% - 52px);
  z-index: -1;
  pointer-events: none;
  width: 104px;
  height: 104px;
  border-radius: 100%;
  background: #83A8D0;
  opacity: 0.5;
  filter: blur(40px);
  animation: ellipse-move 20s infinite ease;
}

@keyframes ellipse-move {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (min-width: 860px) {
  .ellipse {
    top: calc(50% - 60px);
    left: calc(90% - 60px);
    width: 120px;
    height: 120px;
    filter: blur(40px);
  }
  @keyframes ellipse-move {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-150%, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
}
@media (min-width: 600px) {
  .ellipse {
    top: calc(50% - 80px);
    left: calc(90% - 80px);
    width: 160px;
    height: 160px;
    filter: blur(60px);
  }
  @keyframes ellipse-move {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-250%, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
}/*# sourceMappingURL=main.css.map */