

/*! COPYRIGHT 2026 DOMHART DGTL*/

* {
  box-sizing: border-box;
}

@font-face {
    font-family: 'graviticablack';
    src: url('../fonts/gravitica-black-webfont.woff2') format('woff2'),
         url('../fonts/gravitica-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'graviticabold';
    src: url('../fonts/gravitica-bold-webfont.woff2') format('woff2'),
         url('../fonts/gravitica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graviticaregular';
    src: url('../fonts/gravitica-regular-webfont.woff2') format('woff2'),
         url('../fonts/gravitica-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000;
  width: 100%;
  min-height: 100vh;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  caret-color: transparent;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 96px;
  padding: 38px 26px;
  box-sizing: border-box;
  z-index: 1000;
  pointer-events: none;
}

.brand-logo {
  position: fixed;
  left: 0px;
  bottom: 24px;
  font-family: 'graviticablack', 'Inter Tight', sans-serif;
  font-size: 28vw;
  line-height: 0.78;
  letter-spacing: -0.09em;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: normal;
  color: #ef002b;
  text-decoration: none;
  transform-origin: left top;
  transition:
    top .9s cubic-bezier(.22, 1, .36, 1),
    left .9s cubic-bezier(.22, 1, .36, 1),
    bottom .9s cubic-bezier(.22, 1, .36, 1),
    font-size .9s cubic-bezier(.22, 1, .36, 1),
    letter-spacing .9s cubic-bezier(.22, 1, .36, 1);
  pointer-events: auto;
  z-index: 1001;
}

.site-nav {
  position: fixed;
  top: 42px;
  right: 26px;
  display: flex;
  gap: 64px;
  z-index: 1002;
  pointer-events: auto;
}

.site-nav a {
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.hero {
  min-height: 180vh;
  padding: 160px 26px 24px;
  box-sizing: border-box;
}

.intro {
  max-width: 1220px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 400;
  margin: 0;
}

.manifest {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    margin: 140px 26px;
}

.manifest-label {
    font-size: 12px;
    text-transform: uppercase;
    opacity: .5;
}

.manifest-copy p {
    font-size: clamp(22px,2vw,32px);
    line-height: 1.2;
    margin: 0 0 32px;
    max-width: 900px;
}

.projects {
    margin: 180px 26px;
}

.project {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    padding: 60px 0;
    border-top: 1px solid #ddd;
}

.project h2 {
    font-size: clamp(42px,6vw,96px);
    line-height: .95;
    margin: 0 0 20px;
}

.project p {
    font-size: 24px;
    max-width: 700px;
}

.project ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    list-style: none;
}

.project li {
    border: 1px solid #000;
    padding: 8px 12px;
    font-size: 12px;
    text-transform: uppercase;
}

.home {
  transition: none;
}

.wide-section {
  width: 100%;
  padding: 0;
  margin: 80px 0 180px;
  box-sizing: border-box;
}


/* Scroll eindpositie */
body.scrolled .brand-logo {
  top: 28px;
  left: 18px;
  bottom: auto;
  font-size: 22px;
  letter-spacing: -0.06em;
}


.wide-media img,
.wide-media video {
  width: 100%;
  height: auto;
  display: block;
}



.wide-media {
    width: 100%;
}

.wide-media img,
.wide-media video {
    width: 100%;
    height: auto;
    display: block;
}


.submit-arrow {
    border: 0;
    background: transparent;
    font-family: 'Inter Tight', sans-serif;

    font-size: clamp(42px, 5vw, 80px);
    line-height: 1;

    cursor: pointer;

    padding: 0 0 12px 0;

    transition: transform .2s ease;
}

.submit-arrow:hover {
    transform: translate(4px, -4px);
}


.signup-section {
  padding: 80px 26px 120px;
}

.signup-section,
.signup-form {
  pointer-events: auto;
}

.signup-form {
  display: flex;
  border-bottom: 1px solid #000;
  width: 100%;
}

.signup-form input {
  flex: 1;
  border: 0;
  outline: 0;
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(32px, 6vw, 84px);
  line-height: 1;
  padding: 0 0 18px;
  background: transparent;
  color: #000;
}

.signup-form input::placeholder {
  color: #000;
  opacity: 1;
}

.signup-form button {
  border: 0;
  background: transparent;
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(32px, 6vw, 84px);
  cursor: pointer;
  padding: 0 0 18px 30px;
}

.signup-disclaimer {
  margin-top: 16px;
  font-size: 12px;
  opacity: .5;
}

.honeypot {
  display: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 26px 32px;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  gap: 80px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
}

.contact-intro {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;

    margin: 180px 26px 60px;
}

.contact-label {
    font-size: 12px;
    text-transform: uppercase;
    opacity: .5;
}

.contact-copy p {
    font-size: clamp(32px, 5vw, 72px);
    line-height: .95;
    letter-spacing: -0.05em;
    margin: 0;
}

.success-message {
  display: none;

  margin-left: 260px; /* zelfde positie als contact-copy */

  max-width: 900px;
}

.success-message p {
  margin: 0;

  font-size: clamp(32px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -0.05em;
}

.signup-section.is-success .signup-form {
  display: none;
}

.signup-section.is-success .success-message {
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .site-header {
    height: 72px;
    padding: 24px 18px;
  }

  .brand-logo {
   left: 18px;
    right: 18px;
    bottom: 22px;

    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);

    font-size: 27vw;
    line-height: .78;
    letter-spacing: -0.11em;

    white-space: nowrap;
    overflow: hidden;
    text-align: left;
  }

  body.scrolled .brand-logo {
  top: 24px;
    left: 18px;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    font-size: 20px;
    letter-spacing: -0.06em;
    overflow: visible;

  }

  .site-nav {
    top: 28px;
    right: 18px;
    gap: 28px;
	align-items: center;
  }

  .site-nav a {
    font-size: 12px;
  }

  .hero {
   display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding: 120px 18px 0;
  }

  .intro {
  max-width: 100%;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.045em;
  }
  
  .wide-section {
    width: 100vw;
    margin: 40px 0 110px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 0;
	
  }
  
  .submit-arrow {
	transition: transform .2s ease;
    font-size: 64px;
    line-height: .8;
    padding: 0;
 }
 
 .submit-arrow:hover,
.submit-arrow:active {
    transform: translate(2px,-2px);
}

  .signup-section {
    padding: 70px 18px 100px;
  }

  .signup-form {
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
  }

  .signup-form input 
  .submit-arrow {
     font-size: clamp(48px, 12vw, 120px);
    min-width: 0;
  }

.signup-form button,
.submit-arrow {
    display: flex;
    align-items: flex-start;

    font-size: 54px;
    line-height: .75;

    padding: 0;
    margin: 0;

    transform: translateY(-6px);

    border: 0;
    background: transparent;

    color: #000;

    cursor: pointer;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .footer-links {
    gap: 32px;
  }
  .manifest {
    display: block;
    margin: 90px 18px 120px;
  }

  .manifest-label {
    margin-bottom: 28px;
    font-size: 12px;
  }

  .manifest-copy p {
    font-size: 26px;
    line-height: 1.12;
    max-width: 100%;
  }


.signup-form input,
.signup-form textarea {
  user-select: text;
  -webkit-user-select: text;
  caret-color: #000;
  cursor: text;
  pointer-events: auto;
}

.signup-form input:focus {
  outline: none;
}
.contact-intro {
      display: block;
      margin: 90px 18px 40px;
  }

  .contact-label {
      margin-bottom: 28px;
      font-size: 12px;
  }

  .manifest-copy p,
  .contact-copy p {
      font-size: 26px;
      line-height: 1.12;
      max-width: 100%;
  }
  
.success-message {
    margin-left: 0;
  }

  .success-message p {
    font-size: 26px;
    line-height: 1.12;
    letter-spacing: -0.045em;
  }
}

@media (max-width: 768px) {
  .signup-form {
    display: flex;
    align-items: baseline;
    gap: 20px;
  }

  .signup-form input[type="email"] {
    width: 100%;
    min-width: 0;
    font-size: 30px;
  }

  .signup-form button.submit-arrow {
    display: block;
    width: auto;
    min-width: max-content;
    font-size: 30px;
    line-height: 1;
    padding: 0 0 18px 0;
    color: #000;
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
  }

  .honeypot {
    display: none !important;
  }
}

@media (max-width: 768px) {

  /* 1. Header / nav spacing */
  .site-nav {
    top: 28px;
    right: 18px;
    gap: 28px;
    align-items: center;
  }

  .site-nav a {
    font-size: 12px;
    line-height: 1;
  }

  body.scrolled .brand-logo {
    top: 24px;
    left: 18px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.06em;
  }

  /* 2. Smooth logo transition */
  .brand-logo {
    transition:
      top 1.1s cubic-bezier(.22, 1, .36, 1),
      left 1.1s cubic-bezier(.22, 1, .36, 1),
      bottom 1.1s cubic-bezier(.22, 1, .36, 1),
      font-size 1.1s cubic-bezier(.22, 1, .36, 1),
      letter-spacing 1.1s cubic-bezier(.22, 1, .36, 1);
  }

  /* 3. Wide content edge-to-edge */
  .wide-section {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }

  .wide-media,
  .wide-media img,
  .wide-media video {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  /* 4. Start project arrow alignment */
  .signup-form {
  display: flex;
    align-items: center;
    gap: 12px;
  }

  .signup-form input[type="email"] {
    flex: 1;
    min-width: 0;

    font-size: 18px;
    line-height: 1.2;

    padding: 0 0 12px;
  }

  .signup-form button.submit-arrow {
     font-size: 42px;
    line-height: 1;
    padding: 0 0 6px;
    margin: 0;
    transform: translateY(-4px);
  }
}

.success-message {
  display: none;
}

.signup-section.is-success .signup-form {
  display: none !important;
}

.signup-section.is-success .success-message {
  display: block !important;
}

@media (max-width: 768px) {
  .signup-form {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .signup-form input[type="email"] {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    line-height: 1.2;
    padding: 0 0 12px;
  }

  .signup-form button.submit-arrow {
    font-size: 42px;
    line-height: 1;
    padding: 0 0 6px;
    margin: 0;
    transform: translateY(-4px);
  }
}