* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { 
  /*scroll-behavior: smooth;*/
}

body {
  margin: 0;
  padding: 0;
  /*background-color: #000;*/
}

:root {
  --font-display: "Space Grotesk", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --font-mono: "Space Mono", monospace;
  --light-grey-bg: #f5f5f5;
}

/*------------------------------HERO CONTAINER------------------------------*/

.hero-header {
  display: flex;
  justify-content: space-between;
  padding: 24px 24px 24px 24px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.hero-hr {
  /*margin: 0 auto;*/
  width: 100%;
  padding: 0 24px;
  height: 1px;
  border: none;
  box-sizing: border-box;
  /*max-width: 1888px;*/
  margin-top: 24px; 
  display: none;
}

.hero-hr::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
}

.image-mobile { display: none; }
@media (max-width: 639px) {
  .image-desktop { display: none; }
  .image-mobile { display: block; }
}

/*@media (min-width: 640px) {
  .hero-header {
    padding-left: 32px;
    padding-right: 32px;
  }
  
  .hero-hr {
    padding: 0 32px;
  }
}

@media (min-width: 1440px) {
  .hero-header {
    padding-left: 160px;
    padding-right: 160px;
  }
  
  .hero-hr {
    padding: 0 160px;
  }
}*/

/*------------------------------NAV------------------------------*/

.hero-header .name,
.hero-header .jobtitle {
  font-family: var(--font-mono);
  font-weight: 400;
  -webkit-text-stroke: 0.2px currentColor;
  font-size: 11px;
  letter-spacing: 5%;
  color: 000;
}

/*------------------------------BLADE SYSTEM------------------------------*/

/*
███████████
███████████
███████████
███████████
███████████
███████████
███████████
███████████
███████████       █████████████
███████████   ████████████████████
███████████ ████████████████████████
█████████████████████████████████████
█████████████████        ██████████████
███████████████            ██████████████
█████████████                █████████████
████████████                  ████████████
████████████                   ████████████
███████████                    ████████████
███████████                    ████████████
███████████                    ████████████
███████████                    ████████████
████████████                  ████████████
████████████                  ████████████
█████████████                █████████████
██████████████              █████████████
████████████████          ██████████████
██████████████████████████████████████
███████████ ████████████████████████
███████████  ██████████████████████
███████████    ██████████████████
*/

.blade {
  display: flex;
  align-items: center;
  justify-content: center;
  /*overflow-x: hidden;*/
}

.blade-hero {
  background: transparent;
  flex-direction: column;
  align-items: stretch;
}

.blade-intro {
  height: 100vh;
  max-height: 1200px;
  /*padding-right: 40vw;*/
    /*background-color: #f0f;*/

}

.nav {
  background-color: #F7F6FA;
  /*padding-bottom: 100px;*/
}

.blade-project-01 {
/*  padding-top: 60px;
  padding-bottom: 60px;*/
  /*background-color: #f5f5f5;*/
  padding-top: 100px;
  padding-bottom: 100px;
}

.blade-project-02 {
/*  padding-top: 60px;
  padding-bottom: 60px;*/
  padding-top: 100px;
  padding-bottom: 100px;
}

.blade-project-03 {
/*  padding-top: 60px;
  padding-bottom: 60px;*/
  /*background-color: #f5f5f5;*/
  padding-top: 100px;
  padding-bottom: 100px;
}

.blade-project-04 {
/*  padding-top: 60px;
  padding-bottom: 60px;*/
  padding-top: 100px;
  padding-bottom: 100px;
}

.blade .container {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .blade .container {
/*    padding-left: 32px;
    padding-right: 32px;*/
  }
}

@media (min-width: 1440px) {
  .blade .container {
/*    padding-left: 160px;
    padding-right: 160px;*/
  }
}

.blade-hero .hero-header {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
}

.blade-hero .hero-hr {
  /*position: absolute;*/
  top: 36px;
  left: 0;
  right: 0;
}

.blade-hero .container {
  max-width: 1440px;
  height: auto;
}

.further-reading-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
  max-width: 600px;
  height: auto;
}

.further-reading-spacer {
  width: 30vw;
  max-width: 600px;
}

.further-reading-spacer img {
  width: 100%;
  height: auto;
  display: block;
}

.further-reading-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.further-reading-link-left {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 40%;
  max-width: 600px;
  z-index: 10;
}

.further-reading-link-right {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 40%;
  max-width: 600px;
  z-index: 10;
  text-align: right;
}

.further-reading-link-left .project-header,
.further-reading-link-right .project-header {
  color: #000;
}

.further-reading-link-left:hover .project-header,
.further-reading-link-right:hover .project-header {
  color: var(--theme-color);
}

.further-reading-link-right .link-arrow {
  margin-left: auto; 
  margin-right: 0;
}

.further-reading-link-left,
.further-reading-link-right {
  color: #000;
  text-decoration: none;
  display: block;
}

.further-reading-link-left:visited,
.further-reading-link-right:visited {
  color: #000;
}

.link-arrow {
  width: 24px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.footer {
  background-color: #000;
  height: 100vh;
  position: relative;
}

.footer-alt {
  background-color: #000;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.footer-em {
  color: #fff;
}

.footer-em-alt {
  color: var(--theme-color);
  font-family: var(--font-display);
  font-weight: 200;
  font-size: 11vw;
  line-height: .8;
  text-align: left;
  padding: 0 0 96px 24px; /* Bottom 24px, Left 24px */
  margin: 0;
}

/*------------------------------HEADLINE------------------------------*/

.eyebrow {
  font-family: var(--font-mono);
  font-weight: 400;
  -webkit-text-stroke: 0.2px currentColor;
  font-size: 11px;
  letter-spacing: 5%;
  text-align: left;
  opacity: 0;
  transform: translateY(10px);
  animation: slideUpFadeIn 1s ease-out forwards;
  animation-delay: 0s; 
}

.eyebrow-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.headline {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -2%;
  text-align: left;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpFadeIn 1s ease-out forwards;
}

/*------------------------------SPEC TABLE------------------------------*/

.icon-container {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 1rem;
  padding-top: 4px;
}

.icon-container img {
  display: block;
  height: 1.5em;     
  width: auto;   
}

/*------------------------------INTRO COPY------------------------------*/

.intro {

  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.2;
  /*letter-spacing: -2%;*/
  opacity: 0;
  transform: translateY(20px);
  max-width: 75%;
}

/*------------------------------PROJECT DETAILS------------------------------*/

.label {
  font-family: var(--font-mono);
  font-weight: 400;
  -webkit-text-stroke: 0.2px currentColor;
  font-size: 11px;
  letter-spacing: 5%;
  text-align: left;
  vertical-align: bottom;
}

.project-header {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -2%;
  margin-top: 16px;
  line-height: 1;
  word-break: break-word;
}

.project-header-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;    
  margin-top: 0px;        
}

.project-header-cell {
  width: 70%;             
  vertical-align: bottom;  
  padding-right: 32px;
}

.project-number-cell {
  width: 30%;            
  vertical-align: bottom;
  text-align: right;
  padding-right: 2px;
}

.project-number {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: .7;
  letter-spacing: -5%;
}

.caption {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #777;
  padding-right: 2vw;
  width: 75%;
}

.non-carousel {
  margin-top: 32px;
  padding-right: none;
  width: 75%;
}

/*------------------------------VIDEO PLAYER------------------------------*/

.video-placeholder {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-placeholder::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

@media (max-width: 639px) {
  .video-placeholder::before {
    padding-top: 100%;
  }
}

.video-placeholder picture,
.video-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-placeholder img {
  object-fit: contain;
}

/*------------------------------LIGHTBOX------------------------------*/

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-image {
  max-width: 100%;
  max-height: calc(100vh - 156px);
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10001;
  transition: opacity 0.2s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-close:hover {
  opacity: 0.7;
}

.lightbox-close svg {
  display: block;
  width: 40px;
  height: 40px;
}

.lightbox-controls {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 10001;
}

.lightbox-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  transition: opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.lightbox-arrow:disabled {
  pointer-events: none;
}

.lightbox-arrow:not(:disabled):hover {
  opacity: 0.7 !important;
}

.lightbox-arrow img {
  display: block;
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
}

@media (max-width: 639px) {
  .lightbox-close {
    top: env(safe-area-inset-top, 12px);
    right: 12px;
  }
  
  .lightbox-controls {
    bottom: 32px;
    gap: 16px;
  }
  
  .lightbox-image {
    max-width: 95%;
    max-height: calc(100vh - 168px);
  }
}

@media (min-width: 640px) {
  .lightbox-image {
    max-height: calc(100vh - 176px);
  }
}

/*------------------------------MOSAIC GALLERY------------------------------*/

.mosaic-gallery {
  column-gap: 16px;
  width: 100%;
}

.mosaic-gallery img,
.mosaic-gallery video {
  width: 100%;
  height: auto;
  display: inline-block; /* Changed from block */
  vertical-align: top; /* Important with inline-block */
  margin-bottom: 16px;
  break-inside: avoid;
}

/* Small & Medium: 2 columns */
@media (max-width: 1079px) {
  .mosaic-gallery {
    column-count: 2;
  }
}

/* Large: 3 columns */
@media (min-width: 1080px) and (max-width: 1439px) {
  .mosaic-gallery {
    column-count: 3;
  }
}

/* XL & Max: 4 columns */
@media (min-width: 1440px) {
  .mosaic-gallery {
    column-count: 4;
  }
} 

/*------------------------------BREAKPOINT SMALL (MOBILE)------------------------------*/

@media (max-width: 639px) {
  .eyebrow {
    margin-bottom: 40px;
  }

  .headline {
    font-size: 48px;
    margin-bottom: 56px;
  }

  .intro {
  font-size: 20px;
    max-width: 55%; 
  }

  .blade-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }

 .project-header-block  {
    /*margin-bottom: 40px;*/
  }

  .project-header {
  font-size: 5vw;
  }

  .project-number {
    font-size: 100px;
  }

  .carousel-track img {
    height: 240px;
    border-radius: 16px;
  }

  .carousel-track {
    gap: 20px;
  }

  .caption {
    font-size: 12px;
  }

}

/*------------------------------BREAKPOINT MEDIUM (TABLET)------------------------------*/

@media (min-width: 640px) and (max-width: 1079px) {
 
  .blade-hero .container {
  /*padding-top: 260px;*/
}

  .eyebrow {
    margin-bottom: 40px;
  }

  .headline {
    font-size: 56px;
    margin-bottom: 56px;
  }

  .intro {
    font-size: 22px;
    max-width: 55%; 
  }

  .blade-intro {
    padding-top: 240px;
    padding-bottom: 240px;
  }

 .project-header-block  {
    /*margin-bottom: 48px;*/
  }

  .project-header {
    font-size: 4vw;
  }

  .project-number {
    font-size: 120px;
  }

  .carousel-track img {
    height: 360px;
    border-radius: 20px;
  }

  .carousel-track {
    gap: 32px;
  }

  .blade-project-01, .blade-project-02, .blade-project-03, .blade-project-04 {
/*    padding-top: 70px;
    padding-bottom: 70px;*/
  }

  .caption {
    font-size: 12px;
  }

  .further-reading-link-left {
    left: 32px;
    top: 32px;
  }

  .further-reading-link-right {
    right: 32px;
    bottom: 32px;
  }

}

/*------------------------------BREAKPOINT LARGE (LAPTOP)------------------------------*/

@media (min-width: 1080px) and (max-width: 1439px) {

  .blade-hero .container {
  /*padding-top: 280px;*/
  }

  .eyebrow {
    margin-bottom: 40px;
  }

  .headline {
    font-size: 64px;
    margin-bottom: 56px;
  }

  .intro {
    font-size: 24px;
    max-width: 60%; 
  }

  .blade-intro {
    padding-top: 320px;
    padding-bottom: 320px;
  }

 .project-header-block  {
    /*margin-bottom: 56px;*/
  }

  .project-header {
    font-size: 3vw;
  }

  .project-number {
    font-size: 140px;
  }

  .carousel-track img {
    height: 480px;
    border-radius: 24px;
  }

  .carousel-track {
    gap: 32px;
  }

  .blade-project-01, .blade-project-02, .blade-project-03, .blade-project-04 {
/*    padding-top: 90px;
    padding-bottom: 90px;*/
  }

  .caption {
    font-size: 13px;
  }

  .further-reading-link-left {
    left: 32px;
    top: 32px;
  }

  .further-reading-link-right {
    right: 32px;
    bottom: 32px;
  }

}

/*------------------------------BREAKPOINT XL (DESKTOP)------------------------------*/

@media (min-width: 1440px) and (max-width: 1887px) {

  .blade-hero .container {
  /*padding-top: 320px;*/
  }

  .eyebrow {
    margin-bottom: 40px;
  }

  .headline {
    font-size: 72px;
    margin-bottom: 56px;
  }

  .intro {
    font-size: 26px;
    max-width: 65%; 
  }

  .blade-intro {
    padding-top: 360px;
    padding-bottom: 360px;
  }

 .project-header-block  {
    /*margin-bottom: 48px;*/
  }

  .project-header {
    font-size: 2vw;
  }

  .project-number {
    font-size: 160px;
  }

  .carousel-track img {
    height: 600px;
    border-radius: 28px;
  }

  .carousel-track {
    gap: 32px;
  }

  .blade-project-01, .blade-project-02, .blade-project-03, .blade-project-04 {
/*    padding-top: 130px;
    padding-bottom: 130px;*/
  }

  .caption {
    font-size: 13px;
  }

  .further-reading-link-left {
    left: 160px;
    top: 160px;
  }

  .further-reading-link-right {
    right: 160px;
    bottom: 160px;
  }

}

/*------------------------------BREAKPOINT MAX------------------------------*/

@media (min-width: 1888px) {

  .blade-hero .container {
  /*padding-top: 320px;*/
  }

  .eyebrow {
    margin-bottom: 40px;
  }

  .headline {
    font-size: 80px;
    margin-bottom: 56px;
  }

  .intro {
    font-size: 28px;
    max-width: 65%; 
  }

  .blade-intro {
    padding-top: 400px;
    padding-bottom: 400px;
  }

 .project-header-block  {
    /*margin-bottom: 72px;*/
  }

  .project-header {
    font-size: 1vw;
  }

  .project-number {
    font-size: 180px;
  }

  .carousel-track img {
    height: 720px;
    border-radius: 32px;
  }

  .carousel-track {
    gap: 32px;
  }
  
  .blade-project-01, .blade-project-02, .blade-project-03, .blade-project-04 {
/*    padding-top: 210px;
    padding-bottom: 210px;*/
  }

  .caption {
    font-size: 13px;
  }

/*  .further-reading-link-left { 
    left: calc((100vw - 1888px) / 2 + 160px); 
  }
  
  .further-reading-link-right { 
    right: calc((100vw - 1888px) / 2 + 160px); 
  }*/

  .further-reading-link-left {
    left: 160px;
    top: 160px;
  }

  .further-reading-link-right {
    right: 160px;
    bottom: 160px;
  }

}

/*------------------ ANIMATE ON SCROLL ------------------*/
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
}

.animate-on-scroll.animate-in {
  animation: slideUpFadeIn 0.6s ease-out forwards;
}

@keyframes slideUpFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*------------------------------SCROLLBAR------------------------------*/

/*::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-clip: padding-box;
}*/