/* reset */
@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-thin.woff2') format('woff2'),
  url('../fonts/geist/geist-thin.woff') format('woff');
  font-weight:100;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-thinitalic.woff2') format('woff2'),
  url('../fonts/geist/geist-thinitalic.woff') format('woff');
  font-weight:100;
  font-style:italic;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-extralight.woff2') format('woff2'),
  url('../fonts/geist/geist-extralight.woff') format('woff');
  font-weight:200;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-extralightitalic.woff2') format('woff2'),
  url('../fonts/geist/geist-extralightitalic.woff') format('woff');
  font-weight:200;
  font-style:italic;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-light.woff2') format('woff2'),
  url('../fonts/geist/geist-light.woff') format('woff');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-lightitalic.woff2') format('woff2'),
  url('../fonts/geist/geist-lightitalic.woff') format('woff');
  font-weight:300;
  font-style:italic;
  font-display:swap;
}

@font-face {
  font-family:'Geist';
  src:
  url('../fonts/geist/Geist-Regular.woff2') format('woff2'),
  url('../fonts/geist/Geist-Regular.woff') format('woff');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-italic.woff2') format('woff2'),
  url('../fonts/geist/geist-italic.woff') format('woff');
  font-weight:400;
  font-style:italic;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-medium.woff2') format('woff2'),
  url('../fonts/geist/geist-medium.woff') format('woff');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-mediumitalic.woff2') format('woff2'),
  url('../fonts/geist/geist-mediumitalic.woff') format('woff');
  font-weight:500;
  font-style:italic;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-semibold.woff2') format('woff2'),
  url('../fonts/geist/Geist-semibold.woff') format('woff');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-semibolditalic.woff2') format('woff2'),
  url('../fonts/geist/geist-semibolditalic.woff') format('woff');
  font-weight:600;
  font-style:italic;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-bold.woff2') format('woff2'),
  url('../fonts/geist/geist-bold.woff') format('woff');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-bolditalic.woff2') format('woff2'),
  url('../fonts/geist/geist-bolditalic.woff') format('woff');
  font-weight:700;
  font-style:italic;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-extrabold.woff2') format('woff2'),
  url('../fonts/geist/geist-extrabold.woff') format('woff');
  font-weight:800;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-extrabolditalic.woff2') format('woff2'),
  url('../fonts/geist/geist-extrabolditalic.woff') format('woff');
  font-weight:800;
  font-style:italic;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-black.woff2') format('woff2'),
  url('../fonts/geist/geist-black.woff') format('woff');
  font-weight:900;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family:'geist';
  src:
  url('../fonts/geist/geist-blackitalic.woff2') format('woff2'),
  url('../fonts/geist/geist-blackitalic.woff') format('woff');
  font-weight:900;
  font-style:italic;
  font-display:swap;
}

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

html,
body{
  background:#050505;
  color:#f3eee7;

  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}

img{
  max-width:100%;
  display:block;
}

/* Dropdown */

.dropdown{
  position:relative;
}

.dropdown-menu{
  position:absolute;

  top:calc(100% + 26px);
  left:-18px;

  display:flex;
  flex-direction:column;
  align-items:flex-start;

  gap:18px;

  padding:
  30px
  28px;

  width:max-content;

  background:rgba(10,10,10,.42);

  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);

  border-radius:28px;

  border:1px solid rgba(255,255,255,.10);

  box-shadow:
  0 10px 40px rgba(0,0,0,.28);

  opacity:0;
  visibility:hidden;

  transform:
  translateY(10px)
  scale(.98);

  transition:
  opacity .28s ease,
  transform .28s ease,
  visibility .28s ease;

  z-index:2000;
}

.dropdown:hover .dropdown-menu{
  opacity:1;
  visibility:visible;

  transform:
  translateY(0)
  scale(1);
}

.dropdown.mobile-open .dropdown-menu{
opacity:1;
visibility:visible;

transform:
translatey(0)
scale(1);
}

.dropdown-item{
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  font-weight:300;

  font-size:1.6rem;

  letter-spacing:-0.02em;

  line-height:1.2;

  color:rgba(247,246,242,.96);

  text-decoration:none;

  white-space:nowrap;

  transition:
  opacity .3s ease,
  transform .3s ease;
}

.dropdown-item:hover{
  opacity:.5;

  transform:translateX(6px);
}

/* Hero */

.photo-hero{
  position:relative;

  width:100%;
  height:100vh;
  height:100svh;

  overflow:hidden;
}

.photo-hero-image{
  width:100%;
  height:100%;

  object-fit:cover;
  object-position:center;

  display:block;

  transform:scale(1.02);
}

.photo-hero-overlay{
  position:absolute;
  inset:0;

  background:
  linear-gradient(
    to bottom,
    rgba(0,0,0,.18),
    rgba(0,0,0,.78)
  );

  z-index:1;
}

.photo-hero-content{
  position:absolute;

  left:7vw;
  bottom:10vh;
  bottom:10svh;

  z-index:2;

  max-width:760px;
}

.photo-hero-inner{
  max-width:920px;
}

.photo-eyebrow{
  display:block;

  font-size:.82rem;

  letter-spacing:.22em;

  text-transform:uppercase;

  opacity:.65;

  margin-bottom:30px;
}

.photo-hero h1{
  font-size:clamp(4.2rem,9vw,8rem);

  line-height:.9;

  font-weight:700;

  margin-bottom:34px;

  letter-spacing:-0.055em;
}

.photo-hero p{
  max-width:640px;

  font-size:1.18rem;

  line-height:1.8;

  opacity:.9;

  font-weight:400;

  letter-spacing:-0.01em;
}

/* Cinematic photo slider */

.photo-slider-section{
  position:relative;

  width:100%;

  padding:
  80px
  0
  140px;
}

.photo-slider-header{
  display:flex;
  align-items:flex-start;

  gap:28px;

  padding:
  0
  7vw;

  margin-bottom:60px;
}

.photo-slider-header span{
  opacity:.42;

  font-size:1.15rem;

  font-weight:500;

  letter-spacing:-0.01em;

  padding-top:16px;

  min-width:32px;
}

.photo-slider-header h2{
  font-size:clamp(3.8rem,7vw,7rem);

  line-height:.92;

  font-weight:700;

  letter-spacing:-0.06em;
}

/* Controls */

.photo-slider-controls{
  position:absolute;

  top:50%;
  left:0;

  width:100%;

  transform:translateY(-50%);

  display:flex;
  justify-content:space-between;
  align-items:center;

  padding:0 42px;

  z-index:30;

  pointer-events:none;
}

.photo-arrow{
  width:54px;
  height:54px;

  border:none;

  border-radius:999px;

  background:#111;
  color:#f2eee8;

  cursor:pointer;

  font-size:1rem;

  pointer-events:auto;

  transition:
  transform .3s ease,
  background .3s ease;
}

.photo-arrow:hover{
  background:#1d1d1d;

  transform:translateY(-2px);
}

/* Slider */

.photo-slider{
  display:flex;

  width:100%;

  overflow:hidden;

  scroll-behavior:smooth;
}

/* Slides */

.photo-slide{
  min-width:100vw;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  padding:
  0
  7vw;
}

.photo-slide img{
  width:100%;

  height:78vh;
  height:78svh;

  object-fit:contain;

  border-radius:28px;

  background:#050505;
}

/* Portrait */

.photo-slide.portrait img{
  max-width:620px;
}

/* Landscape */

.photo-slide.landscape img{
  max-width:1200px;
}

/* Caption */

.photo-caption{
  width:100%;

  max-width:1200px;

  padding:
  28px
  0
  12px;

  text-align:center;
}

.photo-caption span{
  display:block;

  font-size:.82rem;

  letter-spacing:.18em;

  text-transform:uppercase;

  opacity:.5;

  margin-bottom:12px;
}

.photo-caption h3{
  font-size:2.4rem;

  line-height:1.08;

  font-weight:700;

  letter-spacing:-0.04em;
}

/* Archive */

.photo-archive{
  padding-bottom:160px;
}

.photo-grid{
  display:grid;

  grid-template-columns:
  1fr
  1.2fr
  .9fr;

  gap:28px;

  align-items:start;
}

.photo-grid-item{
  overflow:hidden;

  border-radius:24px;

  background:#0b0b0b;
}

.photo-grid-item img{
  width:100%;
  height:100%;

  object-fit:cover;

  transition:
  transform .8s ease,
  opacity .4s ease;
}

.photo-grid-item:hover img{
  transform:scale(1.03);
}

.photo-grid-item.portrait{
  height:760px;
}

.photo-grid-item.landscape{
  height:540px;

  margin-top:120px;
}

/* Responsive */

@media(max-width:1000px){

  .photo-slider-header{
    flex-direction:column;

    gap:12px;

    margin-bottom:54px;
  }

  .photo-slider-header span{
    padding-top:0;
  }

  .photo-slider-header h2{
    font-size:clamp(3rem,14vw,5rem);
  }

  /* Hero */

  .photo-hero{
    position:relative;

    width:100%;
    height:92vh;
    height:92svh;

    overflow:hidden;
  }

  .photo-hero-image{
    width:100%;
    height:100%;

    object-fit:cover;

    object-position:50% 15%;

    transform:none;
  }

  .photo-hero-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.10) 0%,
      rgba(0,0,0,.16) 38%,
      rgba(0,0,0,.82) 100%
    );

    z-index:1;
  }

  .photo-hero-content{
    position:absolute;

    left:24px;
    right:24px;
    bottom:52px;

    z-index:2;

    max-width:520px;
  }

  .photo-slide img{
    height:68vh;
    height:68svh;
  }

  .photo-grid{
    grid-template-columns:1fr;
  }

  .photo-grid-item.landscape{
    margin-top:0;
  }

  .photo-grid-item.portrait,
  .photo-grid-item.landscape{
    height:auto;
  }

  .photo-hero p{
    font-size:1.08rem;

    line-height:1.75;

    max-width:100%;
  }

}

@media(max-width:700px){

  /* Hero */

  .photo-hero{
    position:relative;

    width:100%;
    height:92vh;
    height:92svh;

    overflow:hidden;
  }

  .photo-hero-image{
    width:100%;
    height:100%;

    object-fit:cover;

    object-position:50% 20%;

    transform:none;
  }

  .photo-hero-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.10) 0%,
      rgba(0,0,0,.18) 35%,
      rgba(0,0,0,.88) 100%
    );

    z-index:1;
  }

  .photo-hero-content{
    position:absolute;

    left:20px;
    right:20px;
    bottom:34px;

    z-index:2;

    max-width:340px;
  }

  .photo-hero h1{
    font-size:3.25rem;

    line-height:.9;

    letter-spacing:-0.065em;

    margin-bottom:18px;
  }

  .photo-hero p{
    font-size:1rem;

    line-height:1.65;

    max-width:100%;
  }

  .photo-slider-header{
    padding:
    0
    24px;
  }

  .photo-slider-controls{
    right:24px;
  }

  .photo-slide{
    padding:
    0
    24px;
  }

  .photo-slide img{
    height:62vh;
    height:62svh;
  }

  .photo-caption h3{
    font-size:2rem;
  }
}
/* Reduced motion*/
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}