/* =========================================================
   GROUPE DESRUMAUX — style.css
   Palette : vert profond + or chic + blanc chaud
   ========================================================= */

:root{
  --green:        #4E5B52;  /* fond principal (demandé) */
  --green-dark:   #434E47;  /* sections en léger contraste */
  --green-deep:   #3A443D;  /* pied de page */
  --gold:         #CBB67E;  /* OR mat chic — titres & filets */
  --gold-soft:    #DAC893;  /* survol / éclats */
  --cream:        #F3F1E7;  /* blanc chaud (demandé) */
  --cream-dim:    rgba(243,241,231,.74);
  --cream-faint:  rgba(243,241,231,.45);
  --hair:         rgba(203,182,126,.32); /* filet doré */
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--green);
  color:var(--cream);
  font-family:"Jost",system-ui,sans-serif;
  font-weight:300;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
.wrap{max-width:1100px;margin:0 auto;padding:0 32px}

/* ---------- typographie ---------- */
.serif{font-family:"Cormorant Garamond",Georgia,serif}
.eyebrow{
  font-size:.74rem;letter-spacing:.42em;text-transform:uppercase;
  color:var(--gold);font-weight:400;
}
h1,h2,h3{font-family:"Cormorant Garamond",Georgia,serif;font-weight:500;line-height:1.08}

/* ---------- en-tête / logo ---------- */
header{padding:46px 0 8px;text-align:center}
header img{width:min(360px,72vw);height:auto;display:inline-block}

/* ---------- filet décoratif doré ---------- */
.divider{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 auto}
.divider::before,.divider::after{content:"";height:1px;width:74px;background:var(--hair)}
.divider svg{width:26px;height:26px;color:var(--gold);opacity:.9}

/* ---------- hero ---------- */
.hero{
  min-height:74vh;display:flex;flex-direction:column;justify-content:center;
  align-items:center;text-align:center;padding:54px 0 78px;position:relative;
}
.hero .eyebrow{margin-bottom:30px}
.hero h1{
  font-size:clamp(2.6rem,6.6vw,5rem);
  color:var(--cream);max-width:16ch;margin:0 auto;
  font-style:italic;font-weight:400;
}
.hero h1 b{font-style:normal;font-weight:600;color:var(--gold)}
.hero p{
  margin:34px auto 0;max-width:54ch;color:var(--cream-dim);
  font-size:clamp(1rem,1.7vw,1.18rem);
}

/* ---------- sections ---------- */
section{padding:84px 0}
.section-dark{background:var(--green-dark)}
.lead{
  max-width:62ch;margin:0 auto;text-align:center;
  font-size:clamp(1.15rem,2.4vw,1.6rem);line-height:1.7;color:var(--cream);
  font-family:"Cormorant Garamond",Georgia,serif;font-weight:400;font-style:italic;
}
.section-head{text-align:center;margin-bottom:62px}
.section-head .eyebrow{display:block;margin-bottom:18px}
.section-head h2{font-size:clamp(2rem,4.4vw,3.1rem);color:var(--cream)}

/* ---------- valeurs ---------- */
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:54px}
@media(max-width:780px){.values{grid-template-columns:1fr;gap:48px;max-width:430px;margin:0 auto}}
.value{text-align:center}
.value .ico{color:var(--gold);margin-bottom:20px;display:inline-block}
.value .ico svg{width:46px;height:46px}
.value h3{font-size:1.85rem;color:var(--cream);margin-bottom:12px}
.value p{color:var(--cream-dim);font-size:.98rem;max-width:34ch;margin:0 auto}

/* ---------- galerie photos ---------- */
.gallery{display:grid;grid-template-columns:1.4fr 1fr;gap:18px}
@media(max-width:780px){.gallery{grid-template-columns:1fr}}
.gallery .col{display:grid;gap:18px}
.photo{
  position:relative;border:1px solid var(--hair);border-radius:3px;overflow:hidden;
  background:
    linear-gradient(135deg, rgba(58,68,61,.9), rgba(78,91,82,.7));
  display:flex;align-items:center;justify-content:center;
  color:var(--cream-faint);text-align:center;
  aspect-ratio:16/10;
}
.photo.tall{aspect-ratio:3/4}
.photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.photo .ph{padding:24px;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase}
.photo .ph svg{width:30px;height:30px;display:block;margin:0 auto 12px;color:var(--gold);opacity:.7}
.photo svg.art{position:absolute;inset:0;width:100%;height:100%;display:block}
.photo::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(to top,rgba(40,47,42,.55),rgba(40,47,42,0) 42%)}
.photo figcaption{
  position:absolute;left:18px;bottom:14px;z-index:2;
  font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;
  color:var(--cream);font-weight:400;
}
.photo figcaption::before{content:"";display:inline-block;width:18px;height:1px;
  background:var(--gold);vertical-align:middle;margin-right:9px}

/* ---------- citation ---------- */
.quote{text-align:center}
.quote blockquote{
  font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-weight:400;
  font-size:clamp(1.7rem,4vw,2.8rem);line-height:1.3;color:var(--cream);
  max-width:24ch;margin:28px auto 0;
}
.quote blockquote span{color:var(--gold)}

/* ---------- pied de page ---------- */
footer{background:var(--green-deep);padding:64px 0 56px;text-align:center}
footer .flogo{font-family:"Cormorant Garamond",serif;font-size:1.7rem;letter-spacing:.04em;color:var(--cream)}
footer .meta{margin-top:14px;color:var(--cream-dim);font-size:.92rem;letter-spacing:.04em}
footer a{color:var(--gold);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .25s}
footer a:hover{border-color:var(--gold)}
footer .copy{margin-top:34px;color:var(--cream-faint);font-size:.76rem;letter-spacing:.1em}

/* ---------- apparition au défilement ---------- */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .9s ease,transform .9s ease}
.reveal.in{opacity:1;transform:none}

a:focus-visible{outline:2px solid var(--gold);outline-offset:3px}

@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
  html{scroll-behavior:auto}
}
