:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', ui-sans-serif, sans-serif;
}

.font-heading {
  font-family: 'Poppins', ui-sans-serif, sans-serif;
}

/* Scroll offset for anchored sections under the fixed header */
section[id],
footer[id] {
  scroll-margin-top: 84px;
}

/* ===== Skip link ===== */
.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  background: #AD9869;
  color: #1E1C1A;
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  border-radius: 9999px;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 1rem;
}

/* ===== Focus visibility ===== */
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid #AD9869;
  outline-offset: 3px;
  border-radius: 4px;
}

/* ===== Header nav ===== */
#site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.nav-link {
  position: relative;
  font-size: 0.9rem;
  font-weight: 600;
  color: #EDE0C4;
  transition: color 0.2s ease;
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #AD9869;
  transition: width 0.25s ease;
}
.nav-link:hover,
.nav-link.is-active {
  color: #AD9869;
}
.nav-link:hover::after,
.nav-link.is-active::after {
  width: 100%;
}

.nav-link-mobile {
  padding: 0.85rem 0.25rem;
  font-weight: 600;
  color: #EDE0C4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-link-mobile:hover,
.nav-link-mobile.is-active {
  color: #AD9869;
}

/* ===== Hero diagonal graphic ===== */
.hero-diagonal {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-diagonal::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -8%;
  width: 60%;
  height: 130%;
  background: #ffffff;
  opacity: 0.05;
  clip-path: polygon(65% 0, 100% 0, 100% 100%, 30% 100%);
}
.hero-diagonal::after {
  content: '';
  position: absolute;
  bottom: -15%;
  right: -12%;
  width: 42%;
  height: 75%;
  background: linear-gradient(135deg, #AD9869, #8f7c52);
  clip-path: polygon(100% 0, 100% 100%, 15% 100%);
}

/* ===== Section headings ===== */
.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}
.section-title {
  font-family: 'Poppins', ui-sans-serif, sans-serif;
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .section-title {
    font-size: 2.3rem;
  }
}

/* ===== Valeurs (Qui sommes-nous) ===== */
.value-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  transition: transform 0.25s ease, background 0.25s ease;
}
.value-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
}
.value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  background: rgba(173, 152, 105, 0.18);
  color: #AD9869;
  margin-bottom: 1rem;
}
.value-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.value-title {
  font-family: 'Poppins', ui-sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.4rem;
}
.value-text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(237, 224, 196, 0.75);
}

/* ===== Cibles (À qui nous nous adressons) ===== */
.target-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1.6rem;
  box-shadow: 0 2px 10px rgba(30, 28, 26, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.target-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(30, 28, 26, 0.12);
}
.target-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  background: #EDE0C4;
  color: #AD9869;
  margin-bottom: 1.1rem;
}
.target-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.target-title {
  font-family: 'Poppins', ui-sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #1E1C1A;
  margin-bottom: 0.5rem;
}
.target-text {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(30, 28, 26, 0.65);
}

/* ===== Problèmes résolus ===== */
.problem-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.9rem;
  padding: 1.25rem 1.4rem;
}
.problem-icon {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  color: #AD9869;
  margin-top: 0.15rem;
}
.problem-card p {
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(237, 224, 196, 0.9);
}

/* ===== Quand nous contacter ===== */
.situation-card {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: #fff;
  border-radius: 0.9rem;
  padding: 1.25rem 1.4rem;
  box-shadow: 0 2px 10px rgba(30, 28, 26, 0.05);
}
.situation-check {
  width: 1.3rem;
  height: 1.3rem;
  flex-shrink: 0;
  color: #AD9869;
  margin-top: 0.15rem;
}
.situation-card p {
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(30, 28, 26, 0.8);
}

/* ===== Offres (accordion) ===== */
.offer-card {
  background: #fff;
  border: 1px solid rgba(30, 28, 26, 0.08);
  border-radius: 1rem;
  overflow: hidden;
}
.offer-summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem 1.75rem;
  cursor: pointer;
  user-select: none;
}
.offer-summary::-webkit-details-marker {
  display: none;
}
.offer-number {
  font-family: 'Poppins', ui-sans-serif, sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #AD9869;
  flex-shrink: 0;
  width: 2.5rem;
}
.offer-title {
  display: block;
  font-family: 'Poppins', ui-sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1E1C1A;
}
.offer-meta {
  display: block;
  font-size: 0.82rem;
  color: rgba(30, 28, 26, 0.55);
  margin-top: 0.2rem;
}
.offer-chevron {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  color: #AD9869;
  transition: transform 0.25s ease;
}
details[open] .offer-chevron {
  transform: rotate(180deg);
}
.offer-body {
  padding: 0 1.75rem 2rem;
  border-top: 1px solid rgba(30, 28, 26, 0.08);
  padding-top: 1.5rem;
}
.offer-result {
  font-size: 1rem;
  font-weight: 600;
  color: #382D23;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid #AD9869;
}
.offer-subhead {
  font-family: 'Poppins', ui-sans-serif, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1E1C1A;
  margin-bottom: 0.85rem;
}
.offer-subhead-gold {
  font-family: 'Poppins', ui-sans-serif, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #AD9869;
  margin-bottom: 0.85rem;
}
.offer-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.offer-list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(30, 28, 26, 0.75);
}
.offer-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #AD9869;
}
.offer-pme {
  margin-top: 1.75rem;
  padding: 1.5rem;
  background: #FFF3DA;
  border-radius: 0.75rem;
}

.tarif-banner {
  margin-top: 3rem;
  text-align: center;
  font-family: 'Poppins', ui-sans-serif, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #382D23;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* ===== Chaîne de valeur (timeline) ===== */
.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  padding-left: 0;
}
.timeline-step {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  position: relative;
}
.timeline-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  top: 3.4rem;
  bottom: -2.25rem;
  width: 1px;
  background: rgba(237, 224, 196, 0.2);
}
.timeline-badge {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: #AD9869;
  color: #1E1C1A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', ui-sans-serif, sans-serif;
  font-weight: 800;
  font-size: 1rem;
}
.timeline-title {
  font-family: 'Poppins', ui-sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0.35rem;
}
.timeline-text {
  font-size: 0.95rem;
  color: rgba(237, 224, 196, 0.85);
  margin-bottom: 0.3rem;
}
.timeline-result {
  font-size: 0.85rem;
  font-weight: 600;
  color: #AD9869;
}

.methode-note {
  margin-top: 3.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(237, 224, 196, 0.85);
  max-width: 60rem;
}

/* ===== Footer ===== */
.footer-heading {
  font-family: 'Poppins', ui-sans-serif, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #AD9869;
  margin-bottom: 1.1rem;
}
.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(237, 224, 196, 0.8);
  transition: color 0.2s ease;
}
.footer-link:hover {
  color: #AD9869;
}
.footer-icon {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  color: #AD9869;
}

/* ===== Scroll reveal ===== */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
