/* css/style-refonte.css */

:root {
  --accent: #ff0004;
  --dark: #111111;
  --text: #484c50;
  --muted: #85919d;
  --soft: #f7f7f7;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Roboto, Arial, sans-serif;
}

#fh5co-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 32px;
  z-index: 20;
}

.site-nav-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

#fh5co-logo {
  position: static !important;
  text-align: left !important;
  width: auto !important;
  left: auto !important;
  top: auto !important;
  margin: 0;
  line-height: 1.1;
}

#fh5co-logo a {
  font-size: 20px !important;
  color: white !important;
  font-weight: 300 !important;
  text-shadow: 2px 1px rgba(0,0,0,0.8);
}

#fh5co-logo a span,
.red-dot {
  color: var(--accent) !important;
}

.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.main-menu li {
  display: inline-block !important;
}

.main-menu a {
  color: white !important;
  font-size: 14px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 300 !important;
  text-shadow: 2px 1px rgba(0,0,0,0.8);
}

.main-menu a:hover {
  color: white !important;
}

#fh5co-hero {
  min-height: 92vh;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}

.home-hero {
  background-image:
    linear-gradient(rgba(128,128,128,0.25), rgba(128,128,128,0.1)),
    url("../media/images/sourdre/sourdre-lumiere-image-presence-vibratoire.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#fh5co-hero .fh5co-overlay {
  opacity: 0.42;
  background: linear-gradient(90deg, rgba(0,0,0,0.78), rgba(0,0,0,0.28));
}

.hero-content {
  position: relative;
  z-index: 11;
  min-height: 92vh;
  display: flex;
  align-items: center;
  max-width: 820px;
  padding-top: 80px;
}

.hero-kicker {
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 15px;
  margin-bottom: 18px;
  display: block;
  text-shadow: 2px 1px rgba(0,0,0,1);
}

.hero-title {
  color: white;
  font-size: 66px;
  line-height: 1.04;
  font-weight: 300;
  margin-bottom: 24px;
  text-shadow: 2px 1px rgba(0,0,0,0.8);
}

.hero-title span {
  color: var(--accent);
}

.hero-subtitle {
  color: white;
  font-size: 22px;
  line-height: 1.55;
  max-width: 620px;
  margin-bottom: 34px;
  font-weight: 300;
  text-shadow: 2px 1px rgba(0,0,0,1);
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,0.65) !important;
  background: rgba(255,255,255,0.08) !important;
  color: white !important;
}

.btn-ghost:hover {
  background: rgba(255,255,255,0.18) !important;
}

#fh5co-projects {
  background: white;
  padding: 6em 0;
}

.section-label {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
}

.section-label-main {
  color: black !important;
  font-size: 32px;
  text-shadow: 1px 1px rgba(255,0,0,0.8);
}

.intro-block {
  max-width: 820px;
  margin: 0 auto 55px auto;
  text-align: center;
}

.intro-block h2 {
  font-size: 50px;
  font-weight: 300;
  color: var(--text);
  margin-bottom: 20px;
}

.intro-block p {
  font-size: 20px;
  line-height: 34px;
  color: var(--muted);
}

.filter-links {
  margin-top: 24px;
}

.filter-links a {
  display: inline-block;
  margin: 4px 8px;
  color: rgba(0,0,0,0.55);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.filter-links a:hover {
  color: var(--accent);
}

#fh5co-projects .fh5co-project-item {
  border-radius: 0;
  box-shadow: none;
  background: white;
  margin-bottom: 42px;
}

#fh5co-projects .fh5co-project-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

#fh5co-projects .fh5co-project-item:hover img {
  opacity: 0.72;
  transform: scale(1.03);
}

#fh5co-projects .fh5co-project-item .fh5co-text {
  padding: 24px 0 0 0;
  text-align: left;
}

#fh5co-projects .fh5co-project-item .fh5co-text h2 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 8px;
  color: var(--dark);
}

#fh5co-projects .fh5co-project-item .fh5co-text h6 {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
}

#fh5co-projects .fh5co-project-item .fh5co-text h5 {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
}

.more-projects-link {
  margin-top: 20px;
}

.artistic-statement {
  background: var(--soft);
  padding: 6em 0;
}

.statement-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}

.statement-image img {
  width: 100%;
  height: auto;
  display: block;
}

.statement-text h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.18;
  margin-bottom: 24px;
}

.statement-text p {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.9;
  color: #5f5f5f;
}

.contact-strip {
  background: #111;
  color: white;
  padding: 5em 0;
  text-align: center;
}

.contact-strip h2 {
  color: white;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 16px;
}

.contact-strip p {
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  margin-bottom: 30px;
}

.contact-strip a {
  color: white;
}

#fh5co-footer {
  padding: 3em 0;
  background: white;
}

#scrollUp2 {
  position: fixed;
  right: -60px;
  bottom: 20px;
  z-index: 999;
  transition: right 0.3s ease;
}

@media screen and (max-width: 768px) {
  #fh5co-header {
    padding-top: 20px;
  }

  .site-nav-wrap {
    display: block;
  }

  #fh5co-logo a {
    font-size: 23px !important;
  }

  .main-menu {
    justify-content: flex-start;
    gap: 14px;
    margin-top: 18px;
  }

  .main-menu a {
    font-size: 12px !important;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 1.55;
  }

  .intro-block h2 {
    font-size: 34px;
  }

  .intro-block p {
    font-size: 17px;
    line-height: 29px;
  }

  .statement-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .statement-text h2 {
    font-size: 32px;
  }

  #fh5co-projects,
  .artistic-statement {
    padding: 4em 0;
  }
}/* CSS Document */

