* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1b1d1a;
  --cream: #f4f0e7;
  --sand: #d9c8ac;
  --wood: #9b6f47;
  --green: #475c45;
  --white: #ffffff;
  --muted: #6f716b;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

/* HEADER */

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;

  width: 100%;
  padding: 16px 4vw;

  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 34px;

  border-bottom: 1px solid rgba(27, 29, 26, 0.08);
  background: rgba(244, 240, 231, 0.9);

  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;

  font-size: 0.9rem;
  font-weight: 800;
}

.brand-mark {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: var(--ink);
  color: var(--white);

  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.desktop-nav a {
  color: #555851;
  font-size: 0.8rem;
  font-weight: 700;
}

.desktop-nav a:hover {
  color: var(--wood);
}

.header-cta {
  padding: 10px 12px 10px 18px;

  display: flex;
  align-items: center;
  gap: 16px;

  border-radius: 999px;
  background: var(--ink);
  color: var(--white);

  font-size: 0.78rem;
  font-weight: 800;
}

.header-cta span {
  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: var(--green);
}

.menu-button {
  display: none;

  width: 48px;
  height: 48px;

  border: 0;
  border-radius: 50%;

  background: var(--ink);
  cursor: pointer;
}

.menu-button span {
  display: block;

  width: 19px;
  height: 2px;

  margin: 5px auto;

  background: var(--white);
}

/* MENU MOBILE */

.mobile-menu {
  position: fixed;
  z-index: 900;
  inset: 0;

  padding: 110px 24px 40px;

  background: var(--ink);
  color: var(--white);

  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
}

.mobile-menu a {
  padding: 18px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.15);

  font-family: "Space Grotesk", sans-serif;
  font-size: 2.7rem;
}

/* HERO */

.hero {
  min-height: 100vh;
  padding: 135px 4vw 65px;

  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 60px;
}

.eyebrow,
.section-heading > span,
.atelier-copy > span,
.contact-copy > span {
  display: block;
  margin-bottom: 20px;

  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(4rem, 7.6vw, 8rem);
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.hero h1 span {
  display: block;
  color: var(--green);
}

.hero-copy > p {
  max-width: 620px;
  margin-top: 28px;

  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.hero-actions {
  margin-top: 34px;

  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button-primary,
.button-secondary {
  padding: 16px 22px;

  border-radius: 999px;

  font-size: 0.8rem;
  font-weight: 800;
}

.button-primary {
  background: var(--ink);
  color: var(--white);
}

.button-secondary {
  border: 1px solid rgba(27, 29, 26, 0.18);
}

.button-primary:hover,
.button-secondary:hover {
  transform: translateY(-3px);
}

.hero-stats {
  margin-top: 55px;
  padding-top: 24px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

  border-top: 1px solid rgba(27, 29, 26, 0.12);
}

.hero-stats div {
  display: flex;
  flex-direction: column;
}

.hero-stats strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.6rem;
}

.hero-stats span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
}

/* VISUEL HERO */

.hero-visual {
  position: relative;
  min-height: 650px;
}

.visual-main {
  position: absolute;
  inset: 25px;

  overflow: hidden;

  border-radius: 36px;
  background: #d7c3a5;

  box-shadow: 0 30px 80px rgba(27, 29, 26, 0.15);
}

.wood-grid {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      transparent 49.8%,
      rgba(50, 40, 30, 0.07) 50%
    ),
    linear-gradient(
      transparent 49.8%,
      rgba(50, 40, 30, 0.07) 50%
    );

  background-size: 80px 80px;
}

.furniture {
  position: absolute;

  left: 13%;
  right: 13%;
  bottom: 9%;

  height: 70%;

  border-radius: 8px;
  background: #b58b62;

  box-shadow: 0 25px 50px rgba(45, 32, 22, 0.28);
}

.cabinet {
  position: absolute;

  left: 8%;
  right: 8%;
  bottom: 0;

  height: 37%;

  background: #8e6747;
}

.shelf {
  position: absolute;

  left: 9%;
  right: 9%;

  height: 18px;

  background: #76543a;
}

.shelf-one {
  top: 25%;
}

.shelf-two {
  top: 49%;
}

.object {
  position: absolute;

  border-radius: 50% 50% 16% 16%;
  background: #eee7dc;
}

.object-one {
  width: 70px;
  height: 95px;

  left: 20%;
  top: 8%;
}

.object-two {
  width: 90px;
  height: 70px;

  right: 18%;
  top: 34%;

  background: var(--green);
}

.floating-card {
  position: absolute;

  padding: 16px 18px;

  display: flex;
  flex-direction: column;

  border-radius: 18px;
  background: var(--white);

  box-shadow: 0 18px 45px rgba(27, 29, 26, 0.16);
}

.floating-card span {
  color: var(--muted);
  font-size: 0.68rem;
}

.floating-card strong {
  margin-top: 3px;
  font-size: 0.82rem;
}

.card-one {
  left: 0;
  top: 85px;
}

.card-two {
  right: 0;
  bottom: 55px;

  background: var(--ink);
  color: var(--white);

  transform: rotate(4deg);
}

/* BANDEAU */

.marquee {
  overflow: hidden;

  border-top: 1px solid rgba(27, 29, 26, 0.1);
  border-bottom: 1px solid rgba(27, 29, 26, 0.1);
}

.marquee-track {
  width: max-content;
  display: flex;

  animation: marquee-scroll 22s linear infinite;
}

.marquee-group {
  min-width: 100vw;
  padding: 20px 30px;

  display: flex;
  justify-content: space-around;
  gap: 50px;
}

.marquee-group span {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-group i {
  color: var(--wood);
}

@keyframes marquee-scroll {
  to {
    transform: translateX(-50%);
  }
}

/* SECTIONS */

.services,
.projects,
.atelier,
.contact {
  padding: 120px 4vw;
}

.section-heading {
  max-width: 1050px;
  margin-bottom: 65px;
}

.section-heading h2,
.atelier-copy h2,
.contact-copy h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 5.5vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

/* SERVICES */

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  min-height: 430px;
  padding: 26px;

  display: flex;
  flex-direction: column;

  border-radius: 28px;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(27, 29, 26, 0.14);
}

.service-icon {
  width: 100px;
  height: 100px;

  margin: auto;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);

  font-size: 2rem;
}

.service-card h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
}

.service-card p {
  margin-top: 12px;
  opacity: 0.7;
  line-height: 1.7;
}

.dark {
  background: var(--ink);
  color: var(--white);
}

.sand {
  background: var(--sand);
}

.green {
  background: var(--green);
  color: var(--white);
}

/* PROJETS */

.projects {
  background: var(--ink);
  color: var(--white);
}

.section-heading.split {
  max-width: none;

  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 70px;
}

.section-heading.split p {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
}

.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.project-large {
  grid-column: 1 / -1;
}

.project-card {
  padding: 16px;

  border-radius: 28px;
  background: #252722;

  transition: transform 0.3s ease;
}

.project-card:hover {
  transform: translateY(-7px);
}

.project-image {
  position: relative;

  min-height: 430px;
  overflow: hidden;

  border-radius: 20px;
  background: #cbb89a;
}

.project-large .project-image {
  min-height: 600px;
}

.project-info {
  padding: 20px 6px 8px;

  display: flex;
  align-items: end;
  justify-content: space-between;
}

.project-info span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
}

.project-info h3 {
  margin-top: 6px;

  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
}

.project-info > strong {
  width: 48px;
  height: 48px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
}

/* FAUSSES IMAGES PROJETS */

.image-kitchen {
  background: #d4c5ae;
}

.kitchen-wall {
  position: absolute;

  left: 9%;
  right: 9%;
  top: 10%;

  height: 58%;

  background: #b89a78;
}

.kitchen-island {
  position: absolute;

  left: 22%;
  right: 22%;
  bottom: 10%;

  height: 28%;

  background: #7c5b40;
}

.kitchen-stools {
  position: absolute;

  left: 32%;
  right: 32%;
  bottom: 4%;

  height: 14%;

  border-left: 18px solid #222222;
  border-right: 18px solid #222222;
}

.image-library {
  background: #bda17f;
}

.library-frame {
  position: absolute;
  inset: 10%;

  border: 20px solid #7a593d;
}

.library-lines {
  position: absolute;
  inset: 15%;

  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 55px,
      #7a593d 56px 68px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 82px,
      #7a593d 83px 94px
    );
}

.image-table {
  background: #dad2c4;
}

.table-top {
  position: absolute;

  left: 15%;
  right: 15%;
  top: 45%;

  height: 52px;

  border-radius: 50%;
  background: #8f6746;
}

.table-leg {
  position: absolute;

  top: 52%;

  width: 42px;
  height: 35%;

  background: #6f4b32;
}

.table-leg.one {
  left: 30%;
  transform: rotate(7deg);
}

.table-leg.two {
  right: 30%;
  transform: rotate(-7deg);
}

/* ATELIER */

.atelier {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 80px;
}

.atelier-visual {
  position: relative;

  min-height: 650px;
  overflow: hidden;

  border-radius: 34px;
  background: #c6b18f;
}

.workbench {
  position: absolute;

  left: 8%;
  right: 8%;
  bottom: 10%;

  height: 32%;

  border-top: 30px solid #9b6f47;
  background: #7c5638;
}

.tools {
  position: absolute;

  left: 18%;
  right: 18%;
  top: 14%;

  display: flex;
  justify-content: space-between;
}

.tools span {
  width: 28px;
  height: 180px;

  border-radius: 8px;
  background: #252722;
}

.tools span:nth-child(2) {
  height: 130px;
}

.tools span:nth-child(3) {
  height: 210px;
}

.atelier-label {
  position: absolute;

  left: 28px;
  bottom: 26px;

  padding: 12px 16px;

  border-radius: 999px;
  background: var(--white);

  font-size: 0.7rem;
  font-weight: 800;
}

.atelier-copy p {
  margin-top: 28px;

  color: var(--muted);
  line-height: 1.8;
}

.atelier-copy ul {
  margin-top: 36px;
  list-style: none;

  border-top: 1px solid rgba(27, 29, 26, 0.12);
}

.atelier-copy li {
  padding: 18px 0;

  border-bottom: 1px solid rgba(27, 29, 26, 0.12);

  font-weight: 700;
}

.atelier-copy li span {
  display: inline-block;
  width: 45px;

  color: var(--wood);
  font-size: 0.7rem;
}

/* TÉMOIGNAGE */

.testimonial {
  padding: 120px 8vw;

  background: var(--green);
  color: var(--white);

  text-align: center;
}

.quote-mark {
  color: rgba(255, 255, 255, 0.25);

  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: 0.5;
}

blockquote {
  max-width: 1050px;
  margin: 30px auto 0;

  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.testimonial-author {
  margin-top: 35px;

  display: flex;
  flex-direction: column;
}

.testimonial-author span {
  margin-top: 5px;

  opacity: 0.6;
  font-size: 0.75rem;
}

/* CONTACT */

.contact {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}

.contact-copy p {
  max-width: 530px;
  margin-top: 26px;

  color: var(--muted);
  line-height: 1.8;
}

.contact-form {
  padding: 30px;

  border-radius: 28px;
  background: var(--white);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label {
  margin-bottom: 18px;

  display: flex;
  flex-direction: column;
  gap: 9px;

  font-size: 0.72rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;

  border: 1px solid rgba(27, 29, 26, 0.14);
  border-radius: 14px;

  background: #faf8f3;

  font: inherit;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--green);
}

.contact-form button {
  width: 100%;
  padding: 8px 8px 8px 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border: 0;
  border-radius: 16px;

  background: var(--ink);
  color: var(--white);

  font-weight: 800;
  cursor: pointer;
}

.contact-form button span {
  width: 44px;
  height: 44px;

  display: grid;
  place-items: center;

  border-radius: 12px;
  background: var(--green);
}

/* FOOTER */

footer {
  padding: 70px 4vw 28px;

  background: var(--ink);
  color: var(--white);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand p {
  margin-top: 5px;

  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
}

.footer-links {
  margin: 55px 0;
  padding: 35px 0;

  display: flex;
  gap: 30px;

  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;

  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
}

/* ANIMATIONS */

.reveal {
  opacity: 0;
  transform: translateY(30px);

  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* TABLETTE */

@media (max-width: 1000px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-button {
    display: block;
  }

  .hero,
  .atelier,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-large {
    grid-column: auto;
  }

  .project-large .project-image {
    min-height: 430px;
  }

  .section-heading.split {
    grid-template-columns: 1fr;
  }
}

/* TÉLÉPHONE */

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    font-size: 0.8rem;
  }

  .hero {
    padding: 110px 20px 60px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 17vw, 5.2rem);
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 460px;
  }

  .visual-main {
    inset: 10px;
  }

  .card-one {
    left: 5px;
    top: 35px;
  }

  .card-two {
    right: 4px;
    bottom: 25px;
  }

  .services,
  .projects,
  .atelier,
  .contact {
    padding: 85px 20px;
  }

  .service-card {
    min-height: 340px;
  }

  .project-image,
  .project-large .project-image {
    min-height: 360px;
  }

  .section-heading h2,
  .atelier-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  .atelier-visual {
    min-height: 480px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-links,
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
  }
}
.back-kestryo {
  position: fixed;
  z-index: 1200;

  left: 22px;
  bottom: 22px;

  padding: 12px 18px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;

  background: rgba(15, 15, 15, 0.88);
  color: #ffffff;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;

  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);

  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.back-kestryo:hover {
  transform: translateY(-4px);
  background: #000000;
}

.back-kestryo span {
  font-size: 1rem;
}

@media (max-width: 640px) {
  .back-kestryo {
    left: 14px;
    bottom: 14px;

    padding: 10px 14px;

    font-size: 0.68rem;
  }
}