/* 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{
  width:100%;
  overflow-x:hidden;
}

body{
  background:#050505;
  color:#f2eee8;

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%;
  height:auto;
  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 */

.nacht-hero{
  position:relative;
  width:100%;
  height:100vh;
  height:100svh;
  overflow:hidden;
}

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

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

  transform:scale(1.02);
}

.nacht-overlay{
  position:absolute;
  inset:0;

  background:
  linear-gradient(
    to bottom,
    rgba(0,0,0,.2),
    rgba(0,0,0,.82)
  );

  z-index:1;
}

.nacht-hero-content{
  position:absolute;
  left:7vw;
  bottom:10vh;
  bottom:10svh;

  z-index:2;

  max-width:780px;
}

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

  line-height:.9;

  margin-bottom:34px;

  font-weight:600;

  letter-spacing:-0.045em;

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

.nacht-hero p{
  max-width:650px;

  line-height:1.8;

  opacity:.9;

  font-size:1.18rem;

  font-weight:400;

  letter-spacing:-0.01em;
}

/* Overview */

.nacht-overview-grid{
  display:grid;
  grid-template-columns:1fr 1fr;

  gap:100px;
  align-items:start;
}

.nacht-text p{
  line-height:1.9;

  opacity:.9;

  margin-bottom:42px;

  font-size:1.18rem;

  font-weight:400;

  letter-spacing:-0.01em;

  max-width:760px;
}

.nacht-logo-panel{
  background:#f2eee8;

  border-radius:24px;

  padding:100px 70px;

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

  overflow:hidden;
}

.nacht-logo-panel img{
  width:100%;
  max-width:680px;
}

/* Feature */

.nacht-feature{
  width:100%;
  height:110vh;
  height:110svh;

  overflow:hidden;
}

.nacht-feature img{
  width:100%;
  height:100%;

  object-fit:cover;
}

/* Grid */

.nacht-grid{
  display:grid;
  grid-template-columns:1fr 1fr;

  gap:28px;
}

.nacht-card{
  border-radius:24px;
  overflow:hidden;

  min-width:0;
}

.nacht-card.dark{
  background:#f2eee8;
  padding:90px;
}

.nacht-card.light{
  background:#f2eee8;
  padding:90px;
}

.nacht-card.large{
  grid-column:span 2;
}

.nacht-card.large img{
  width:100%;
  object-fit:cover;
}

.nacht-card img{
  width:100%;
}

/* Process */

.nacht-process-grid{
  display:grid;
  grid-template-columns:1fr 1fr;

  gap:100px;
  align-items:start;
}

.nacht-process-text h3{
  font-size:3rem;

  margin-bottom:34px;

  line-height:.95;

  letter-spacing:-0.04em;

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

.nacht-process-text p{
  line-height:1.9;

  opacity:.9;

  margin-bottom:42px;

  font-size:1.18rem;

  font-weight:400;

  letter-spacing:-0.01em;
}

.nacht-process-image{
  border-radius:24px;
  overflow:hidden;
}

.nacht-live-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:16px 28px;

  border-radius:999px;

  background:#f2eee8;
  color:#050505;

  text-decoration:none;

  font-size:.92rem;
  font-weight:500;
  letter-spacing:.03em;

  transition:
  transform .4s ease,
  background .4s ease,
  opacity .4s ease;
  -webkit-tap-highlight-color: transparent;
}

.nacht-live-button:hover{
  transform:translateY(-2px);
  background:#ffffff;
  -webkit-tap-highlight-color: transparent;
}
.nacht-text a{
  color:inherit;

  text-decoration:none;

  border-bottom:1px solid rgba(242,238,232,.35);

  padding-bottom:1px;

  transition:
  border-color .3s ease,
  opacity .3s ease;
}

.nacht-text a:hover{
  border-color:rgba(242,238,232,.9);

  opacity:.8;
}
/* Sketches */

.nacht-sketch-intro{
  max-width:760px;
  margin-bottom:60px;
}

.nacht-sketch-intro p{
  line-height:1.9;

  opacity:.9;

  font-size:1.18rem;

  font-weight:400;

  letter-spacing:-0.01em;
}

.nacht-sketch-grid{
  display:grid;

  grid-template-columns:
  minmax(0,1.35fr)
  minmax(260px,.72fr);

  gap:28px;

  align-items:start;
}

.nacht-sketch-card{
  background:#ebe5dc;

  border-radius:24px;
  overflow:hidden;

  min-width:0;
}

.nacht-sketch-card img{
  width:100%;
  display:block;
}

/* LARGE PRIMARY SKETCH */

.nacht-sketch-card:first-child{
  transform:translateY(0px);
}

/* SMALLER ARCHIVE STYLE SKETCH */

.nacht-sketch-card:last-child{

  max-width:420px;

  justify-self:end;

  margin-top:140px;
}

.nacht-sketch-card:last-child img{

  width:100%;

  object-fit:contain;
}

/* Atmosphere */

.nacht-atmosphere-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;

  gap:100px;
  align-items:start;
}

.nacht-atmosphere-image{
  border-radius:24px;
  overflow:hidden;
}

.nacht-atmosphere-image img{
  width:100%;
  display:block;
}

.nacht-atmosphere-text{
  max-width:640px;
}

.nacht-atmosphere-text h3{

  font-size:3rem;

  margin-bottom:34px;

  line-height:.95;

  letter-spacing:-0.04em;

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

  font-weight:600;

  color:#f2eee8;
}

.nacht-atmosphere-text p{
  line-height:1.9;

  opacity:.9;

  margin-bottom:42px;

  font-size:1.18rem;

  font-weight:400;

  letter-spacing:-0.01em;
}

/* Responsive */

@media(max-width:1000px){

  .nacht-overview-grid,
  .nacht-process-grid,
  .nacht-atmosphere-grid,
  .nacht-sketch-grid{
    grid-template-columns:1fr;
  }

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

  .nacht-card.large{
    grid-column:auto;
  }

  .nacht-logo-panel,
  .nacht-card.dark,
  .nacht-card.light{
    padding:40px;
  }

  /* Hero */

  .nacht-hero{
    position:relative;

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

    overflow:hidden;
  }

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

    object-fit:cover;

    object-position:58% top;

    transform:none;
  }

  .nacht-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;
  }

  .nacht-hero-content{
    position:absolute;

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

    z-index:2;

    max-width:520px;
  }

  .nacht-sketch-card:last-child{

    max-width:100%;

    margin-top:0;

    justify-self:stretch;
  }

  .nacht-hero p,
  .nacht-text p,
  .nacht-process-text p,
  .nacht-sketch-intro p,
  .nacht-atmosphere-text p{
    font-size:1.08rem;

    line-height:1.75;

    max-width:100%;
  }

}

@media(max-width:700px){

  /* Hero */

  .nacht-hero{
    position:relative;

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

    overflow:hidden;
  }

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

    object-fit:cover;

    object-position:60% top;

    transform:none;
  }

  .nacht-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;
  }

  .nacht-hero-content{
    position:absolute;

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

    z-index:2;

    max-width:340px;
  }

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

    line-height:.9;

    letter-spacing:-0.065em;

    margin-bottom:18px;
  }

  .nacht-process-text h3{
    font-size:2.3rem;
  }

  .nacht-atmosphere-text h3{
    font-size:2.3rem;
  }
}
/* 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;
  }
}