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

  :root {
    --border:   rgba(182, 188, 90, 0.18);
    --font:     'Poppins', sans-serif;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: "Poppins", sans-serif;
    background: #0E0B16;
    color: #B79A6C;
    font-weight: 300;
    line-height: 1.7;
    font-size: 10pt;
  }

  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    color: #B79A6C;
    background: rgba(14, 11, 22, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
    padding: 0 2.5rem;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #logo {
    /* font-size: 12pt; */
    border-radius: 50%;
    width: 200px;
    position: absolute; top: 10px; left: 10px;
    letter-spacing: 0.05em;
    color: #B79A6C;
    text-decoration: none;
    text-transform: uppercase;
    transition: width 0.3s ease;
  }

  .nav-scrolled #logo {
    width: 70px;
    border-radius: 0;
  }

  .nav-links { display: flex; gap: 2rem; list-style: none; }

  .nav-links a {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B79A6C;
    text-decoration: none;
    transition: color 0.2s;
  }

  .nav-links a:hover { color: #f5c372; }

  section { padding: 70px 32px; }

  .container { max-width: 1060px; margin: 0 auto; }

  .section-label {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: whitesmoke;
    margin-bottom: 1.2rem;
    display: block;
  }

  h1 {
    font-weight: 600;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.15;
    color: #B79A6C;
    text-transform: uppercase;
    letter-spacing: -0.01em;
  }

  h1 em { font-style: normal; color: #B79A6C;  opacity: 1; }

  h2 {
    font-weight: 600;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    line-height: 1.2;
    color: #B79A6C;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
    opacity: 1;
  }

  h3 {
    font-weight: 600;
    font-size: 12pt;
    color: #B79A6C;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 1;
  }

  p {
    font-size: 10pt;
    color: whitesmoke;
    line-height: 1.8;
    font-weight: 300;
    opacity: 1;
  }

  .btn {
    display: inline-block;
    padding: 0.85rem 2rem;
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
    border: none;
  }

  .btn-primary { background: #B79A6C; color: #0E0B16; }
  .btn-primary:hover { background: black; color:#B79A6C }

  .btn-outline {
    background: transparent;
    color: #B79A6C;
    border: 1px solid #B79A6C;
    margin-left: 1rem;
  }

  .btn-outline:hover { background: black; color:#B79A6C; border:none}

  /* HERO */
  #accueil {
    padding-top: 10rem;
    padding-bottom: 6rem;
    background: #0E0B16;
    min-height: 92vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  #accueil::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:url('images/fond1.jpg');
    background-size: cover;
    background-position: top center;
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
  }

  #accueil .container {
    position: relative;
    z-index: 1;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 5rem;
    align-items: center;
  }

  .hero-eyebrow {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #B79A6C;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .hero-eyebrow::before {
    content: '';
    display: block;
    width: 30px; height: 1px;
    background: #B79A6C;
  }

  .hero-subtitle {
    font-size: 10pt;
    color: #B79A6C;
    margin: 1.8rem 0 2.8rem;
    max-width: 440px;
    line-height: 1.9;
  }

  .hero-image { position: relative; }

  .hero-img-wrapper {
    width: 100%;
    aspect-ratio: 4/5;
    background: #0E0B16;
    overflow: hidden;
    border: 1px solid #333;
  }

  .hero-img-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block; }

  .hero-img-placeholder {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 0.8rem; color: #B79A6C;
  }

  .hero-img-placeholder svg { width: 44px; height: 44px; opacity: 0.4; }

  .hero-img-placeholder span {
    font-size: 0.72rem; letter-spacing: 0.1em;
    text-transform: uppercase; color: #A0A0A0;
  }

  .hero-tag {
    position: absolute;
    bottom: -1.2rem; left: -1.2rem;
    background: #B79A6C;
    padding: 0.85rem 1.5rem;
    font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: #0E0B16;
  }

  /* SERVICES */
  #services { background: #0E0B16;
    position: relative;
    overflow: hidden;
  }

  #services::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('images/fond2.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
  }

  #services .container {
    position: relative;
    z-index: 1;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
  }

  .header p {margin-bottom: 10px; color: whitesmoke; font-size: 15px;}

  .service-card {
    padding: 2.5rem 2rem;
    background: #0e0b16b0;
    transition: background 0.2s;
  }

  .service-card:hover { background: #0E0B16; }

  .service-icon {
    width: 28px; height: 2px;
    background: #B79A6C;
    margin-bottom: 1.5rem;
  }

  .service-card p { font-size: 9.5pt; margin-top: 0.5rem; }
  .service-card ul { color: whitesmoke; }

  /* ABOUT */
  #about { background: #0E0B16; }

  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 5rem;
    align-items: center;
  }

  .about-img-wrapper {
    aspect-ratio: 3/4;
    background: #0E0B16;
    overflow: hidden;
    border: 1px solid #333;
  }

  .about-img-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block; }

  .about-img-placeholder {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 0.8rem;
  }

  .about-img-placeholder svg { width: 44px; height: 44px; opacity: 0.3; color: #B79A6C; }
  .about-img-placeholder span { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: #A0A0A0; }

  .about-text p { margin-bottom: 1.1rem; }

  .about-values {
    margin-top: 2rem;
    display: flex; flex-direction: column; gap: 0.7rem;
    border-top: 1px solid #333;
    padding-top: 1.5rem;
  }

  .about-value {
    display: flex; align-items: center; gap: 1rem;
    font-size: 9.5pt; font-weight: 400; color: whitesmoke;
  }

  .about-value::before {
    content: '';
    display: block;
    width: 20px; height: 1px;
    background: #B79A6C; flex-shrink: 0;
  }

  /* TESTIMONIALS */
  #temoignages { background: var(--noir-sec); }

  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
  }

  .testimonial-card {
    padding: 2rem;
    border: 1px solid var(--border);
    background: var(--noir-ter);
    position: relative;
  }

  .testimonial-card::before {
    content: '"';
    position: absolute;
    top: 1rem; right: 1.5rem;
    font-size: 3rem; font-weight: 600;
    color: var(--or); opacity: 0.25; line-height: 1;
  }

  .testimonial-quote {
    font-size: 10pt; font-style: italic; font-weight: 300;
    color: whitesmoke; line-height: 1.75; margin-bottom: 1.5rem;
  }

  .testimonial-author {
    font-size: 0.78rem; font-weight: 600;
    letter-spacing: 0.06em; color: var(--or);
  }

  .testimonial-role { font-size: 0.74rem; color: var(--gris-mut); margin-top: 0.2rem; }

  /* TARIFS */
  #tarifs { background: #0E0B16; position: relative;
    overflow: hidden;
  }

  #tarifs::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('images/fond3.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
  }

  #tarifs .container {
    position: relative;
    z-index: 1;
  }

  /* .tarifs-header {
    text-align: justify;
    max-width: 560px;
    margin: 0 auto 3.5rem;
  } */

  .tarifs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto;
  }

  .tarif-card {
    color: whitesmoke;
    padding: 2.5rem 2rem;
    border: 1px solid var(--border);
    background: #2b2419b6;
    display: flex; flex-direction: column;
    transition: border-color 0.2s;
  }

  .tarif-card:hover { background: #0E0B16; }
  /* .tarif-card:hover { border-color: rgba(182,188,90,0.4); } */

  /* .tarif-card.featured { background: var(--or); border-color: var(--or); }
  .tarif-card.featured:hover { background: #0E0B16; }
  .tarif-card.featured h3 { color: var(--noir); }
  .tarif-card.featured .tarif-price { color: var(--noir); }
  .tarif-card.featured .tarif-unit { color: rgba(14,11,22,0.55); }
  .tarif-card.featured p { color: rgba(14,11,22,0.65); }
  .tarif-card.featured .tarif-divider { background: rgba(14,11,22,0.15); }
  .tarif-card.featured .tarif-feature { color: var(--noir); }
  .tarif-card.featured .tarif-feature::before { background: var(--noir); } */

  .tarif-price {
    font-size: 1.9rem; font-weight: 300;
    color: var(--or); line-height: 1.1;
    margin: 0.8rem 0 0.2rem;
  }

  .tarif-unit {
    font-size: 0.7rem; font-weight: 500;
    letter-spacing: 0.08em; color: var(--gris-mut);
    text-transform: uppercase; margin-bottom: 1rem;
  }

  .tarif-divider { height: 1px; background: var(--border); margin: 1rem 0; }

  .tarif-feature {
    font-size: 9pt; color: var(--gris-mut);
    padding: 0.2rem 0;
    display: flex; align-items: center; gap: 0.6rem;
  }

  .tarif-feature::before {
    content: '';
    width: 12px; height: 1px;
    background: var(--or); flex-shrink: 0;
  }

  .tarif-note {
    text-align: center; font-size: 8.5pt;
    color: var(--gris-mut); margin-top: 2.5rem; font-style: italic;
  }

  /* CONTACT */
  #contact { background: #302f2f; }

  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 5rem;
    align-items: start;
  }

  /* .contact-info p { margin-bottom: 2rem; } */

  .contact-detail {
    display: flex; flex-direction: column; gap: 0.3rem;
    margin-bottom: 1.5rem; padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
  }

  .contact-detail-label {
    font-size: 0.68rem; font-weight: 500;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--or);
    margin-bottom: 0
  }

  .contact-detail-value {
    font-size: 10pt; font-weight: 400;
    color: var(--gris); text-decoration: none; transition: color 0.2s;
    text-decoration: none;
  }

  .contact-detail a {text-decoration: underline;}

  .contact-detail-value:hover { color: var(--or); }

  .cgv-link {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-size: 0.76rem; font-weight: 400;
    letter-spacing: 0.06em; color: var(--gris-mut);
    text-decoration: none;
    border-bottom: 1px solid var(--border);
    padding-bottom: 0.15rem;
    transition: color 0.2s; margin-top: 0.5rem;
  }

  .cgv-link:hover { color: var(--or); }

  .contact-form { display: flex; flex-direction: column; gap: 1.2rem; }

  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

  .form-group { display: flex; flex-direction: column; gap: 0.4rem; }

  label {
    font-size: 0.68rem; font-weight: 500;
    letter-spacing: 0.1em; text-transform: uppercase; color: var(--or);
  }

  input, textarea, select {
    font-family: var(--font);
    font-size: 9.5pt; font-weight: 300;
    color: var(--gris);
    background: var(--noir-ter);
    border: 1px solid var(--border);
    padding: 0.85rem 1rem;
    outline: none; transition: border-color 0.2s;
    width: 100%; appearance: none;
  }

  input::placeholder, textarea::placeholder { color: rgba(160,160,160,0.35); }
  input:focus, textarea:focus, select:focus { border-color: rgba(182,188,90,0.45); }
  select option { background: var(--noir-ter); color: var(--gris); }
  textarea { resize: vertical; min-height: 130px; }

  .form-submit {
    display: flex; align-items: center;
    justify-content: space-between; margin-top: 0.5rem; gap: 1.5rem;
  }

  .form-legal {
    font-size: 8pt; color: rgba(160,160,160,0.45);
    max-width: 240px; line-height: 1.5;
  }

  .form-success {
    display: none;
    padding: 1rem 1.5rem;
    background: rgba(182,188,90,0.08);
    border: 1px solid var(--border);
    font-size: 9.5pt; color: var(--or);
    text-align: center; margin-top: 0.5rem;
  }

  footer {
    background: var(--noir);
    padding: 2.5rem 2rem;
    border-top: 1px solid var(--border);
  }

  .footer-content {
    max-width: 1060px; margin: 0 auto;
    display: flex; align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; gap: 1rem;
  }

  .footer-brand {
    font-size: 0.82rem; font-weight: 600;
    letter-spacing: 0.06em; color: var(--or);
  }

  .footer-links { display: flex; gap: 2rem; list-style: none; }

  .footer-links a {
    font-size: 0.72rem; letter-spacing: 0.08em;
    text-transform: uppercase; color: var(--gris-mut);
    text-decoration: none; transition: color 0.2s;
  }

  .footer-links a:hover { color: var(--or); }

  .footer-copy { font-size: 0.72rem; color: rgba(160,160,160,0.35); }

  @media (max-width: 768px) {
    .container { width: 100%; padding: 0 1.2rem; }
    .hero-grid, .about-grid, .contact-grid, .services-header { grid-template-columns: 1fr; gap: 2rem; }
    .hero-tag { display: none; }
    .services-grid, .testimonials-grid, .tarifs-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .form-submit { flex-direction: column; align-items: flex-start; }
    .footer-content { flex-direction: column; text-align: center; }
    nav { padding: 0 1.2rem; }
    .nav-links { display: none; }
    section { padding: 4rem 1.2rem; }
  }

  @media (max-width: 960px) {
  .container {
    width: 90%;
    max-width: 700px;
  }
}

@media (max-width: 480px) {
  .container {
    width: 100%;
    padding: 0 1rem;
  }
  section { padding: 3rem 1rem; }
}
