 /* Font Definitions */

@font-face {
  font-family: 'CreatoDisplay';
  src: url('../fonts/CreatoDisplay-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'CreatoDisplay';
  src: url('../fonts/CreatoDisplay-Light.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'CreatoDisplay';
  src: url('../fonts/CreatoDisplay-Regular.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'CreatoDisplay';
  src: url('../fonts/CreatoDisplay-Medium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'CreatoDisplay';
  src: url('../fonts/CreatoDisplay-Bold.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'CreatoDisplay';
  src: url('../fonts/CreatoDisplay-ExtraBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'CreatoDisplay';
  src: url('../fonts/CreatoDisplay-Black.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}





/* Title Stack Container */
.title-stack {
  position: absolute;
  bottom: 10px;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
}

.bignumber {
  font-size: clamp(80px, 4.5vw, 180px);
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 100;
  color: white;
  opacity: 0.7;
  transform: translateY(20px); /* moves it closer to the bigtitle */
}

.bigtitle {
  font-size: clamp(80px, 4.5vw, 180px);
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 400;
  color: white;
  opacity: 0.9;
}

.bignumberdark {
  font-size: clamp(80px, 4.5vw, 180px);
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 100;
  color: #232323;
  opacity: 0.7;
  transform: translateY(20px); /* moves it closer to the bigtitle */
}

.bigtitledark {
  font-size: clamp(80px, 4.5vw, 180px);
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 400;
  color: #232323;
  opacity: 0.9;
}
/* Small Copyright Texts */

/* Copyright */


.copyright-left,
.copyright-up,
.copyright-right {
  position: absolute;
  text-transform: uppercase;
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 500;
  font-size: clamp(9px, 0.7vw, 18px);
  line-height: clamp(11px, 1vw, 20px);
  color: #ece6e6;
  z-index: 999;
}

.copyright-left {

    left: clamp(10px, 1.4vw, 20px);
 bottom: clamp(10px, 1.4vw, 20px);
}

.copyright-right {
   bottom: clamp(10px, 1.4vw, 20px);
      right: clamp(10px, 1.4vw, 20px);
  text-align: right;
}
.copyright-up {
    top: clamp(10px, 1.4vw, 20px);
    text-align: left;
}

.copyright-middle {
    bottom: 3%;
    text-align: center;
  position: absolute;
  text-transform: uppercase;
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 400;
font-size: clamp(7px, 0.54vw, 14px);
  color: #ece6e6;
  z-index: 999;
letter-spacing:0.7;
opacity:0.7;
}

/* DarkCopyright */
.darkcopyright-left,
.darkcopyright-right {
  position: absolute;
 bottom: clamp(10px, 1.4vw, 20px);
  text-transform: uppercase;
  font-family: 'CreatoDisplay', sans-serif;
   font-weight: 500;
  font-size: clamp(9px, 0.7vw, 18px);
  line-height: clamp(11px, 1vw, 20px);
  color: #1e1e21;
  z-index: 999;
}

.darkcopyright-left {

    left: clamp(10px, 1.4vw, 20px);
}

.darkcopyright-right {
      right: clamp(10px, 1.4vw, 20px);
  text-align: right;
}





/* Animated Text */

.animated-text-container {
  width: 80vw;
  margin: 0 0 2rem 4%;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}

.animated-text {
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 200;
  font-size: clamp(20px, 2.5vw, 70px);
  line-height: clamp(22px, 2.5vw, 70px);
  color: black;
  opacity: 0.7;
}

.animated-text span {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.animated-text .bold {
  font-weight: 400;
}
/* Text Slide & Animation */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wdth,wght@100..900&display=swap');

.text-slide {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.main-title,
.signature {
  position: absolute;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

.main-title {
  top: 22%;
  left: 20vw;
  font-weight: 800;
  font-size: clamp(64px, 4vw, 140px);
  line-height: clamp(60px, 3.8vw, 132px);
}

.signature {
  top: 15%;
  left: 20vw;
  font-weight: 700;
  font-size: clamp(10px, 0.8vw, 20px);
  line-height: clamp(10px, 0.8vw, 20px);
}

.slide-line {
  display: inline-block;
  transition: transform 0.4s ease;
}

.slide-line:hover {
  transform: translateX(20px);
}


/* Text Speech */


.txtspeech {
  width: 64vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
margin-top: 25vh;
margin-bottom: 0;
  position: relative;
  border-left: 5px solid #1d1d1d;
  padding-left: 40px;
  color: #2f2e2e;
  font-family: 'Creato Display', sans-serif;
  font-size: clamp(120px, 6vw, 260px);           /* Was 130pt — now pixel-based */
  line-height: clamp(100px, 5vw, 220px);         /* Tight spacing */
  text-align: left;
  box-sizing: border-box;
  margin-left: auto;
}

.txtspeech p {
  margin: 0;
  padding: 0;
}

.txtspeech .w100 {
  font-weight: 100;
}

.txtspeech .w400 {
  font-weight: 500;
}


/* Text Outro */


.txtoutro {
margin-top: 30vh;
  width: 64vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  border-left: 5px solid #1d1d1d;
  padding-left: 40px;
  color: #2f2e2e;
  font-family: 'Creato Display', sans-serif;
  font-size: clamp(60px, 6vw, 260px);           /* Was 130pt — now pixel-based */
  line-height: clamp(50px, 5vw, 220px);         /* Tight spacing */
  text-align: left;
  box-sizing: border-box;
  margin-left: auto;
}

.txtoutro p {
  margin: 0;
  padding: 0;
}

.txtoutro .w100 {
  font-weight: 100;
}

.txtoutro .w400 {
  font-weight: 500;
}

/* Text Since */


.txtsince {
  width: 64vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
margin-top: 10px;
margin-bottom: 0;
  position: relative;
  border-left: 5px solid #ece6e6;
  padding-left: 40px;
  color: #2f2e2e;
  font-family: 'Creato Display', sans-serif;
font-size: clamp(9px, 0.46875vw, 18px);
line-height: clamp(11px, 0.5729vw, 22px);
  text-align: left;
  letter-spacing: 2px;
  box-sizing: border-box;
  margin-left: auto;
  white-space: normal;
  word-wrap: break-word;
}

.txtspeech p {
  margin: 0;
  padding: 0;
}

.txtspeech .w100 {
  font-weight: 100;
}

.txtspeech .w400 {
  font-weight: 500;
}

/* About me */
.aboutme {
  width: 25%;
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 300;
  font-size: clamp(11px, 0.8vw, 22px);
  color: #ebe6e6;
  text-align: left;
  position: absolute;
  left: 63vw;
  top: 20vh;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.aboutme-title {
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2vw, 36px);
  text-transform: uppercase;
  margin-bottom: 1em;
}


.aboutme-content {
  position: relative;
  width: 100%;
  height: 400px; /* ✨ fixed height so layout stays consistent */
  overflow: hidden;
}
.aboutme-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(50px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.aboutme-slide.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
  pointer-events: auto;
  z-index: 1;
}






.aboutme-arrows {
  margin-top: 10px; /* ✨ consistent spacing below fixed-height text block */
  display: flex;
  gap: 20px;
}

.aboutme-arrow {
  cursor: url('../cursor/cursorhover.cur'), pointer !important;
  font-size: clamp(20px, 2vw, 36px);
  user-select: none;
  transition: opacity 0.2s ease;
  
}

.aboutme-arrow.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}


.aboutme-arrow img {
  width: 40px;         /* or whatever fits your design */
  height: auto;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
    cursor: url('../cursor/cursorhover.cur'), pointer !important;
}


.aboutme-arrow.disabled img {
  opacity: 0.4;
  pointer-events: none;
}

.aboutme-arrow:hover img {
  transform: scale(0.9);
 opacity: 0.8;
    cursor: url('../cursor/cursorhover.cur'), pointer !important;
}

/* Text Adresse */


.txtadresse {

  top:64%;
left:36%;
  position: absolute;
  color: #2f2e2e;
  font-family: 'Creato Display', sans-serif;
  font-size: clamp(11px, 1vw, 33px);         
  line-height: clamp(12px, 1.3vw, 36px);         
  text-align: left;
}



/* Text Insider */

.txtinsider {
  width: 64vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
margin-top: 13.9vh;
margin-bottom: 0;
  position: relative;
  border-left: 5px solid #1d1d1d;
  padding-left: 40px;
  color: #2f2e2e;
  font-family: 'Creato Display', sans-serif;
  font-size: clamp(80px, 1vw, 160px);           /* Was 130pt — now pixel-based */
  line-height: clamp(80px, 1vw, 160px);         /* Tight spacing */
  text-align: left;
  box-sizing: border-box;
  margin-left: auto;
}

.txtinsider p {
  margin: 0;
  padding: 0;
}

.txtinsider .w100 {
  font-weight: 100;
}

.txtinsider .w400 {
  font-weight: 500;
}


/* -------------------------------------- */
/* Biography Text */
/* -------------------------------------- */

.biography-text-container {
left:50%;
top:44%;
  width: 40vw;
  margin-right: 0;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  transform: translateY(-50%);
  z-index:9;
}

.biography-text {
  text-align: left;
  text-transform: uppercase;
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 200;
  font-size: clamp(10px, 1vw, 40px);
  line-height: clamp(12px, 1.2vw, 44px);
  color: #ece6e6;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.9;
}

/* -------------------------------------- */
/* Clients */
/* -------------------------------------- */

.clients-module {
  width: 45vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  z-index:99;
}

.client-column {
  display: flex;
  flex-direction: column;
  gap: 1.5vh; /* space between client blocks */
}

.client {
  display: flex;
  flex-direction: column;
}

.client-name {
  text-align: left;
  text-transform: uppercase;
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 500;
  font-size: clamp(7px, 0.7vw, 24px); 
  line-height: clamp(10px, 0.8vw, 36px); 
  color: #ece6e6;
  opacity: 0.9;
  margin: 0;
}

.client-description {
  text-align: left;
  text-transform: uppercase;
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 400;
  font-size: clamp(5px, 0.6vw, 18px); 
  line-height: clamp(8px, 0.8vw, 30px); 
  color: #a9a5a5;
  opacity: 0.5;
  margin: 0;
}
.client {
  position: relative;
  overflow: visible; /* Allow zoomed text to overflow */
  padding: 0.5vh 0;   /* Adds spacing around text to avoid overlap */
}

.client-name,
.client-description {
  display: inline-block;
transition: transform 0.25s  cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-origin: center;
  position: relative;
  z-index: 1;
}

.client:hover .client-name,
.client:hover .client-description {

  transform: scale(1.1); /* Clean zoom-in */
    opacity: 1;
}
.small-contact {
  margin-top: 10vh; /* Adjust this value as needed */
    font-family: 'Creato Display', sans-serif;
    color: #2f2e2e;
font-size: clamp(11px, 1.2vw - 12px, 34px);
line-height: clamp(14px, 1.2vw - 10px, 41px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px; /* Decrease character spacing */

}

/* -------------------------------------- */
/* Texte Rubrique */
/* -------------------------------------- */


.grandtitle {
  font-family: 'Creato Display', sans-serif;
  color: #ece6e6;
font-size: clamp(70px, 8.9vw, 280px); /* ⬅️ reduced from 9.5vw */
  font-weight: 600;
  text-transform: uppercase;
  position: fixed;
  bottom: 24%;
left: 50%;
  z-index: 999;
  pointer-events: none;
  transform: translateX(-50%);  /* ✅ this centers it */
}

.grandintro {
  font-family: 'Creato Display', sans-serif;
  color: #ece6e6;
  font-size: clamp(20px, 2.9vw, 80px); /* ⬅️ reduced from 3.125vw */
  font-weight: 200;
  text-transform: uppercase;
  position: fixed;
  bottom: calc(24% + 3.2em); /* pushes it just above the grandtitle */
left: 50%;
  z-index: 999;
  pointer-events: none;
   transform: translateX(-50%);  /* ✅ same fix here */
}
/* -------------------------------------- */
/* Text Domain */
/* -------------------------------------- */

.txtdomain {
margin-top:5vw;
  position: relative;
  left: 64vw;
  transform: translateX(-100%);
  text-align: right;
  line-height: 1;
}

.txtdomain-number { 
  font-family: 'Creato Display', sans-serif;
  color: #2f2e2e;
font-size: clamp(30px, 1.5625vw, 60px);
  font-weight: 200;
  text-transform: uppercase;
margin-bottom:2vw;
}

.txtdomain-light { 
  font-family: 'Creato Display', sans-serif;
  color: #2f2e2e;
  font-size: clamp(90px, 4.6875vw, 180px);
  font-weight: 100;
  text-transform: uppercase;
}

.txtdomain-bold { 
  font-family: 'Creato Display', sans-serif;
  color: #2f2e2e;
  font-size: clamp(90px, 4.6875vw, 180px);
  font-weight: 700;
  text-transform: uppercase;
}

.txtdomainin {
margin-top:4vw;
margin-bottom:6vw;
  position: relative;
width: 30vw;
  left: 64vw;
  transform: translateX(-100%);
  text-align: right;
 font-family: 'Creato Display', sans-serif;
  color: #2f2e2e;
  /* +2px across the board, same slope */
  font-size: clamp(19px, calc(0.8854vw + 2px), 42px);

  /* keep line-height = font-size +1px at min/max and +3px at mid */
  line-height: clamp(20px, calc(0.8854vw + 5px), 43px);
  font-weight: 300;
    letter-spacing: 0.02em; /* ✅ subtle spacing */
  text-transform: uppercase;
}

 /* === Disciplines module === */
  .disciplines {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4vw 0;
  position: relative;
  z-index: 40;
  margin-bottom: 2vw;
}


  .disciplines__wrap {
    width: 90vw;
    background: #e6dede;
    color: #2f2e2e;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    padding: 2vw 2.5vw;
    box-sizing: border-box;
  }

  .disciplines__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1.5vw;
  }

  /* 1) Title */
  .disciplines__title {
    margin-top: 2vw;
    font-family: "Creato Display", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: #2f2e2e;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.05;
    /* Reduced ~4px overall while keeping responsiveness */
       font-size: clamp(11px, 2.15vw, 85px);
  }

  /* 2) Vertical line separator */
  .disciplines__divider {
    display: block;
    width: 1px;
    opacity: 0.4;
    background: #2f2e2e;
    margin-top: 1vw;
    margin-bottom: 1vw;
    height: clamp(40px, 3.906vw, 150px);
  }

  /* 3) Text content */
  .disciplines__text {
    margin-bottom: 2vw;
    font-family: "Creato Display", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: #2f2e2e;
    font-weight: 300;
    text-transform: uppercase;
    /* Reduced ~4px overall */
   font-size: clamp(8px, 1.05vw, 43px);
    line-height: clamp(14px, 1.2vw, 47px);
    letter-spacing: 0.02em;
  }

  @media (min-width: 1921px) {
    .disciplines__col { padding: 0 2vw; }
  }

  @media (max-width: 1024px) {
    .disciplines__wrap {
      grid-template-columns: 1fr;
    }
    .disciplines__col {
      padding: 1.25rem 1rem;
    }
    .disciplines__divider {
      height: clamp(32px, 6vw, 120px);
    }
  }

/* MASK: rotated, no background, only clipping */
.disciplines__reveal {
  position: relative;
  width: 90vw;            /* same width as the block */
  display: flex;
  justify-content: center;
}

.disciplines__wrap {
  width: 100%;
  background: #e6dede;
  color: #2f2e2e;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  padding: 2vw 2.5vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;             /* below the mask */
}

/* NEW: the diagonal mask overlay */
.disciplines__mask {
  position: absolute;
  inset: -30% -15%;       /* oversize so corners cover fully */
  z-index: 2;             /* above content */
  transform: rotate(45deg) translateX(0);
  transform-origin: left center;
  pointer-events: none;
  will-change: transform, opacity;
  /* We'll set its background to the page background via JS,
     but you can set a fallback here if you know it */
  background: var(--page-bg, #f5f0f2);
}


/* GREAT TITLE */

/* Container anchored to the first slide */
.greattitle-webgl {
  position: absolute;
  inset: 0;
  z-index: 9999;           /* lift above the visual */
  pointer-events: none;     /* your menu stays interactive */
}

/* (optional) fallback text if WebGL fails — hidden by default */
.greattitle-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: 'CreatoDisplay', sans-serif;
  font-weight: 100;
  text-align: center;
  line-height: 0.9;
  font-size: clamp(160px, 9vw, 360px); /* big */
  color: #fff;
  opacity: 0.7;
  visibility: hidden;       /* gets shown if WebGL init fails */
}

