:root {
  --green: #1e4d3c;
  --cream: #f5f0ea;
  --terracotta: #c4704a;
  --sage: #7a9c6d;
  --warm-white: #fdfaf6;
  --text: #1a1a1a;
  --text-light: #5a5a5a;
  --border: #e8e0d5;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.15;
}

/* Layout */
.section-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 20px;
}

/* Hero */
.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  padding: 80px 0 60px;
}

.hero-content {
  padding: 0 80px 0 0;
}

.hero-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 28px;
}

.hero-headline {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 700;
  color: var(--green);
  margin-bottom: 28px;
  line-height: 1.05;
}

.hero-headline em {
  font-style: italic;
  color: var(--terracotta);
}

.hero-body {
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 460px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.meta-pill {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--green);
  background: rgba(30, 77, 60, 0.08);
  border: 1px solid rgba(30, 77, 60, 0.2);
  border-radius: 20px;
  padding: 5px 14px;
}

.hero-image {
  height: 620px;
  overflow: hidden;
  border-radius: 4px;
}

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

/* Pour qui */
.pour-qui {
  padding: 100px 0;
  background: var(--warm-white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pour-qui .section-headline {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--green);
  margin-bottom: 60px;
  max-width: 620px;
  line-height: 1.2;
}

.pour-qui-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.pour-card {
  padding: 0;
}

.pour-icon {
  margin-bottom: 20px;
}

.pour-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 12px;
}

.pour-card p {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.65;
}

/* Services */
.services {
  padding: 100px 0;
  background: var(--cream);
}

.services .section-headline {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--green);
  margin-bottom: 60px;
  max-width: 580px;
}

.services-image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}

.service-image-block {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.service-image-block img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: grayscale(20%) sepia(10%);
}

.service-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 28px 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%);
  color: white;
}

.service-image-caption h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: white;
}

.service-image-caption p {
  font-size: 0.85rem;
  opacity: 0.85;
  line-height: 1.5;
}

.services-not {
  background: rgba(30, 77, 60, 0.04);
  border-left: 3px solid var(--terracotta);
  padding: 28px 32px;
  max-width: 640px;
}

.not-headline {
  font-size: 1rem;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 10px;
}

.services-not p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.65;
}

/* Values */
.values {
  padding: 100px 0;
  background: var(--green);
  color: white;
}

.values .section-label {
  color: var(--sage);
}

.values .section-headline {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--cream);
  margin-bottom: 64px;
  max-width: 520px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.value-card {
  position: relative;
  padding-top: 48px;
}

.value-number {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.12);
  line-height: 1;
}

.value-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 14px;
}

.value-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
}

/* Tarifs */
.tarifs {
  padding: 100px 0;
  background: var(--warm-white);
  border-top: 1px solid var(--border);
}

.tarifs .section-headline {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--green);
  margin-bottom: 56px;
  max-width: 520px;
}

.tarif-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}

.tarif-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 36px 32px;
  position: relative;
}

.tarif-badge {
  position: absolute;
  top: -1px;
  left: 28px;
  background: var(--terracotta);
  color: white;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 0 0 3px 3px;
}

.tarif-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 6px;
  margin-top: 12px;
}

.tarif-desc {
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 24px;
}

.tarif-price {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 6px;
}

.tarif-price span {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-light);
}

.tarif-net {
  font-size: 0.82rem;
  color: var(--sage);
  font-weight: 500;
  margin-bottom: 24px;
}

.tarif-includes {
  list-style: none;
  padding: 0;
}

.tarif-includes li {
  font-size: 0.88rem;
  color: var(--text-light);
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
}

.tarif-includes li:last-child {
  border-bottom: none;
}

.tarif-includes li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--sage);
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.tarif-note {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.6;
  max-width: 560px;
  border-left: 2px solid var(--border);
  padding-left: 16px;
}

/* Vision */
.vision {
  padding: 120px 0;
  background: var(--cream);
}

.vision-content {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.vision .section-label {
  display: block;
  text-align: center;
}

.vision-headline {
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--green);
  margin-bottom: 36px;
  line-height: 1.15;
}

.vision-body {
  font-size: 1rem;
  color: var(--text-light);
  line-height: 1.75;
  margin-bottom: 20px;
}

/* Footer */
.footer {
  padding: 48px 0;
  background: var(--green);
  color: rgba(255,255,255,0.7);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--cream);
  display: block;
  margin-bottom: 8px;
}

.footer-brand p {
  font-size: 0.85rem;
  line-height: 1.55;
}

.footer-info {
  text-align: right;
}

.footer-info p {
  font-size: 0.78rem;
  line-height: 1.65;
  opacity: 0.75;
}

/* Responsive */
@media (max-width: 1024px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .section-inner { padding: 0 24px; }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 60px 0 40px;
  }

  .hero-content {
    padding: 0;
    order: 2;
  }

  .hero-image {
    height: 280px;
    order: 1;
    margin-bottom: 40px;
  }

  .hero-headline { font-size: 2.2rem; }

  .pour-qui-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .services-image-row {
    grid-template-columns: 1fr;
  }

  .tarif-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-info { text-align: left; }
}
