*, *::before, *::after {
  box-sizing: border-box;
}

body{
    -webkit-font-smoothing:antialiased
}
textarea:focus-visible{
    outline:none
}
button{
    -webkit-font-smoothing:inherit;
    -moz-osx-font-smoothing:inherit;
    -webkit-appearance:none
}
*{
    margin:0;
    padding:0
}
a{
    color:inherit;
    -webkit-text-decoration:inherit;
    text-decoration:inherit
}
input{
    font:inherit;
    background-color:inherit;
    border:none;
    outline:none;
}
button{
    font:inherit;
    background:0 0;
    background-color:inherit;
    color:inherit;
    border-style:none;
    width:auto;
    line-height:normal;
    overflow:visible;
}
textarea,select{
    font:inherit;
    background-color:inherit;
}
img,picture,video,canvas,svg{
    display:block;
}



#main, #legal{
    background-color:#fff;
    border-radius:0;
    flex-flow:column;
    justify-content:flex-start;
    align-items:start;
    width:100%;
    margin:0;
    padding:0;
    display:flex;
    position:relative;
    overflow:hidden;
}

.text{
    white-space: normal;
    overflow-wrap: break-word;
    color: #000;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Atkinson Hyperlegible Next VF;
    font-size: 21px;
    font-weight: 700;
    line-height: 28.5px;
}

#logo_text {
    color: #000;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Atkinson Hyperlegible Next VF;
    font-size: 40px;
    font-weight: 800;
    line-height: 41.6px;
}

*, html, body, span, p {
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
}

/* HEADER CONTAINER */
header#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 40px 34px;
  background-color: #fff;
  border-bottom: 2px solid #333;
  position: relative;
  z-index: 10;
}

/* LOGO */
#nav_left {
  display: flex;
  align-items: center;
  gap: 24px;
}

#logo {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  text-decoration: none;
  color: #000;
  font-family: 'Atkinson Hyperlegible Next VF', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.05;
}

#logo sup {
  font-size: 33.2px;
  line-height: 1.05;
}

.btn-link {
    border: 2px solid #000;
    border-radius: 6px;
    flex-flow: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 13px 16px;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    background-color: #fff;
}

.hug {
  width: 200px;
}

/* Réinitialise et ajoute une animation fluide */
[data-hover-shadow-yellow],
[data-hover-shadow-black] {
  transition: filter 0.2s ease;
  filter: drop-shadow(-6px 6px 0px #fcdc3e); /* ou noir si besoin */
}

/* Au survol : plus léger */
[data-hover-shadow-yellow]:hover {
  filter: drop-shadow(-3px 3px 0px #fcdc3e);
}

[data-hover-shadow-black] {
  filter: drop-shadow(-6px 6px 0px #000);
}

[data-hover-shadow-black]:hover {
  filter: drop-shadow(-3px 3px 0px #000);
}

/* === STRUCTURE HERO SECTION === */
#hero_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 60px;
  background-color: #fff;
  position: relative;
}

/* Left column with text */
#column_left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}

/* === TYPOGRAPHY === */
#column_left h1 {
  font-family: 'Atkinson Hyperlegible Next VF', sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin: 0;
}

#column_left p {
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
  font-size: 32px;
  line-height: 48px;
  color: #000;
  margin: 0;
}

#column_left p strong {
  font-weight: 700;
}

/* Small note under CTA */
.small-note {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

#column_right img {
  width: 100%;
  max-width: 100%;
}

/* === SECTION : MILESTONES === */
#milestones {
  padding: 100px 60px;
  background-color: #fff;
}

.milestone-quote {
  font-family: 'Atkinson Hyperlegible Next VF', sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: left;
}

/* === SECTION : NEW STANDARD === */
#new_standard {
  padding: 90px 60px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.new-standard-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 50%;
}

#new_standard h2 {
  font-family: 'Atkinson Hyperlegible Next VF', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  margin: 0;
}

#new_standard p {
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
  font-size: 32px;
  line-height: 48px;
  color: #000;
  margin: 0;
}

#new_standard sup {
  font-size: 0.75em;
  vertical-align: super;
}

/* === ENGAGEMENTS – BOTTOM SECTION === */
#bottom {
  width: 100%;
  padding: 60px;
  background-color: #fff;
}

.features-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  margin: 0;
  padding: 0;
}

.features-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.features-list li img {
  width: 32px;
  height: 32px;
  display: block;
}

.features-list li p {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  margin: 0;
}

.features-list li p strong {
  font-weight: 600;
}

#coming_soon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  padding: 100px 60px;
  background-color: #fcdc3e;
  align-items: center;
}

.coming-left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 800px;
}

.coming-left h2 {
  font-family: 'Atkinson Hyperlegible Next VF', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  margin: 0;
}

.coming-left p {
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
  font-size: 32px;
  line-height: 48px;
  color: #000;
  margin: 0;
}

.coming-left sup {
  font-size: 0.75em;
  vertical-align: super;
}

.coming-left .btn-link {
  margin-top: 10px;
  align-self: flex-start;
}

.coming-right {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coming-right img {
  max-width: 100%;
  height: auto;
}

#why_noctocms {
  padding: 100px 60px;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}

#why_noctocms h2 {
  font-family: 'Atkinson Hyperlegible Next VF', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  margin-bottom: 60px;
  text-align: left;
}

#why_noctocms h2 sup {
  font-size: 0.75em;
  vertical-align: super;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.benefits-list li img {
  width: 32px;
  height: 32px;
}

.benefits-list li p {
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
  font-size: 26px;
  line-height: 38px;
  color: #000;
  margin: 0;
}

.benefits-list li p strong {
  font-weight: 600;
}

#vision {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  padding: 100px 60px;
  background-color: #fcdc3e;
  align-items: center;
}

.vision-left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 800px;
}

.vision-left h2 {
  font-family: 'Atkinson Hyperlegible Next VF', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  margin: 0;
}

.vision-left p {
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
  font-size: 32px;
  line-height: 48px;
  color: #000;
  margin: 0;
}

.vision-left p strong {
  font-weight: 600;
}

.social-networks {
  display: flex;
  gap: 27px;
  align-items: center;
}

.social-networks a img {
  width: 32px;
  height: 32px;
  display: block;
}

.vision-right {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vision-right img {
  max-width: 100%;
  height: auto;
}

#footer {
  background-color: #fff;
  padding: 60px;
  border-top: 2px solid #000;
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
  color: #000;
  width: 100%;
  max-width: 100%;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-baseline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-logo {
  font-family: 'Atkinson Hyperlegible Next VF', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  color: #000;
}

.footer-logo sup {
  font-size: 0.75em;
  vertical-align: super;
}

.launch-info {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  margin: 0;
}

.footer-cta {
  font-weight: 700;
  font-size: 21.9px;
  text-decoration: none;
  padding: 13px 16px;
  border: 2px solid #000;
  border-radius: 6px;
  background-color: #fff;
  filter: drop-shadow(-6px 6px 0px #fcdc3e);
  transition: filter 0.2s ease;
  color: #000;
}

.footer-cta:hover,
.footer-cta:focus {
  filter: drop-shadow(-3px 3px 0px #fcdc3e);
  outline: 2px solid #fcdc3e;
  outline-offset: 4px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  gap: 20px;
}

.footer-bottom a {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
}

#launching_banner {
  background-color: #fcdc3e;
  border-bottom: 2px solid #000;
  padding: 40px 20px;
  text-align: left;
  font-family: 'Atkinson Hyperlegible Next VF', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  width: 100%;
  max-width: 100%;
}

#launching_banner p {
  margin: 0;
}

#launching_banner strong {
  font-weight: 700;
}

#launching_banner a {
  text-decoration: underline;
  font-weight: 700;
  color: inherit;
}

.image img {
  width: 100%;
  max-width: 100%;
}

#legal section.legal {
    padding: 32px 60px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 100%;
}

.legal p, #column_left p.legal {
  font-size: 20px;
  line-height: 32px;
}

 #hero_section.error_404 {
  gap: 60px;
}

@media all and (max-width: 700px) { 
  #new_standard {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .features-list {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .milestone-quote {
    font-size: 44px;
  }
  #column_left h1 {
    font-size: 48px;
  }
  #column_left p, #new_standard p, .coming-left p, .benefits-list li p, .vision-left p {
    font-size: 24px;
    line-height: 38px;
  }
  .features-list li p {
    font-size: 21px;
    line-height: 28px;
  }
  #new_standard h2, .coming-left h2, #why_noctocms h2, .vision-left h2 {
    font-size: 44px;
  }
  #hero_section, #milestones, #new_standard, #bottom, #coming_soon, #why_noctocms, #vision, #footer {
    padding: 32px;
    padding-top: 48px;
  }
  .new-standard-content {
    width: 100%;
  }
  #launching_banner {
    padding: 16px 32px;
  }
  #launching_banner p {
    font-size: 16px;
  }
  header#header {
    padding: 24px 32px;
    flex-direction: column;
    gap: 8px;
  }
  #logo_text {
    font-size: 38px;
  }
  #logo sup {
    font-size: 18px;
  }
  .btn-link {
    width: 100%;
  }
  #hero_section.error_404 {
    flex-direction: column-reverse;
  }
}
