@font-face{font-family:'Cormorant';font-style:normal;font-weight:300;font-display:swap;src:url('fonts/cormorant-latin-300-normal.woff2') format('woff2');}
@font-face{font-family:'Cormorant';font-style:italic;font-weight:300;font-display:swap;src:url('fonts/cormorant-latin-300-italic.woff2') format('woff2');}
@font-face{font-family:'Cormorant';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/cormorant-latin-400-normal.woff2') format('woff2');}
@font-face{font-family:'Cormorant';font-style:italic;font-weight:400;font-display:swap;src:url('fonts/cormorant-latin-400-italic.woff2') format('woff2');}
@font-face{font-family:'Jost';font-style:normal;font-weight:300;font-display:swap;src:url('fonts/jost-latin-300-normal.woff2') format('woff2');}
@font-face{font-family:'Jost';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/jost-latin-400-normal.woff2') format('woff2');}
:root {
      --stone:      #F4EEE2;
      --stone-mid:  #EAE3D2;
      --stone-deep: #D8CEB8;
      --volet:      #5A82A0;
      --volet-deep: #3E6484;
      --volet-pale: #8AAFC8;
      --olive:      #6E7A4A;
      --bois:       #5F523D;
      --bois-light: #6E6048;
      --encre:      #2A2620;
      --encre-mid:  #3A3428;
      --white:      #FDFAF4;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Jost', sans-serif; background: var(--stone); color: var(--encre); overflow-x: hidden; }

    /* NAV */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 500;
      padding: 2rem 5rem; display: flex; justify-content: space-between; align-items: center;
      transition: padding .5s, background .5s;
    }
    nav.scrolled {
      padding: 1.1rem 5rem;
      background: rgba(244,238,226,.96); backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(90,130,160,.12);
    }
    .logo {
      font-family: 'Cormorant', serif; font-size: 1.35rem; font-weight: 400;
      letter-spacing: .28em; text-transform: uppercase; color: var(--encre); text-decoration: none;
    }
    .logo-accent { color: var(--volet); }
    .nav-links { display: flex; gap: 2.8rem; list-style: none; }
    .nav-links a {
      font-size: .68rem; font-weight: 400; letter-spacing: .22em; text-transform: uppercase;
      color: var(--bois); text-decoration: none; transition: color .2s;
    }
    .nav-links a:hover { color: var(--volet-deep); }
    .nav-cta {
      font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
      padding: .65rem 1.7rem; border: 1px solid var(--olive);
      color: var(--olive); text-decoration: none; transition: all .28s;
    }
    .nav-cta:hover { background: var(--olive); color: var(--white); }

    /* HERO */
    #hero { min-height: 100vh; display: grid; grid-template-columns: 52% 48%; }
    .hero-left {
      padding: 11rem 4rem 6rem 5rem;
      display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2;
    }
    .hero-h1 { font-family: 'Cormorant', serif; font-weight: 300; font-size: clamp(3.2rem, 5vw, 5.6rem); line-height: 1.06; color: var(--encre); }
    .hero-h1 .it { font-style: italic; color: var(--volet); display: block; }
    .hero-h1 .nm { display: block; }
    .h1-sub {
      display: block; font-family: 'Cormorant', serif;
      font-size: clamp(1.15rem, 1.8vw, 1.5rem); font-style: italic; font-weight: 300;
      color: var(--bois); margin-top: 1.6rem;
    }
    .hero-prop { font-size: .95rem; font-weight: 300; line-height: 1.9; color: var(--bois); max-width: 40ch; margin: 2.5rem 0 3rem; }
    .hero-ctas { display: flex; align-items: center; gap: 2.2rem; }
    .btn-main {
      padding: .95rem 2.5rem; background: var(--olive); color: var(--white);
      font-size: .68rem; letter-spacing: .28em; text-transform: uppercase;
      text-decoration: none; transition: background .3s; display: inline-block;
    }
    .btn-main:hover { background: var(--encre); }
    .btn-sec {
      font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
      color: var(--bois); text-decoration: none;
      display: flex; align-items: center; gap: .5rem; transition: color .2s;
    }
    .btn-sec svg { transition: transform .25s; }
    .btn-sec:hover { color: var(--volet-deep); }
    .btn-sec:hover svg { transform: translateX(4px); }

    .hero-right { position: relative; overflow: hidden; background: #c5b898; }
    .hero-scene { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
    .hero-scene img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; display: block; }
    .hero-fade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, var(--stone) 0%, rgba(244,238,226,.15) 30%, transparent 55%); }
    .hero-fade-b { position: absolute; bottom: 0; left: 0; right: 0; height: 18%; z-index: 1; background: linear-gradient(to top, var(--stone), transparent); }

    /* SHARED */
    .eyebrow {
      font-size: .62rem; letter-spacing: .35em; text-transform: uppercase; color: var(--olive);
      margin-bottom: 1.3rem; display: flex; align-items: center; gap: .9rem;
    }
    .eyebrow::before { content: ''; width: 2rem; height: 1px; background: var(--olive); }
    .stitle { font-family: 'Cormorant', serif; font-size: clamp(2rem,3.4vw,3.3rem); font-weight: 300; color: var(--encre); line-height: 1.15; }
    .stitle em { font-style: italic; color: var(--volet); }
    .ssub { font-size: .9rem; font-weight: 300; line-height: 1.9; color: var(--bois); margin-top: 1.3rem; }
    .ssub strong { color: var(--encre-mid); font-weight: 400; }

    /* SAVOIR-FAIRE */
    #savoir { padding: 8rem 5rem; background: var(--stone-mid); }
    .sf-in { display: grid; grid-template-columns: 1fr 1.5fr; gap: 7rem; align-items: start; }
    .sf-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem 4rem; }
    .sf-col-label { font-size: .58rem; letter-spacing: .25em; text-transform: uppercase; color: var(--volet-deep); margin-bottom: .8rem; }
    .sf-col-text { font-size: .85rem; font-weight: 300; line-height: 1.8; color: var(--bois); }
    .sf-col-text strong { color: var(--encre-mid); font-weight: 400; }

    /* OFFRE */
    #offre { padding: 8rem 5rem; background: var(--stone); }
    .offre-hd { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; align-items: end; margin-bottom: 4.5rem; }
    .offre-hd-r { font-size: .9rem; font-weight: 300; line-height: 1.95; color: var(--bois); padding-top: 2rem; border-top: 1px solid rgba(90,130,160,.15); }
    .offre-hd-r strong { color: var(--encre-mid); font-weight: 400; }
    .offre-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(90,130,160,.12); }
    .oc { background: var(--white); padding: 3rem 2.5rem; transition: background .3s; }
    .oc:hover { background: var(--stone); }
    .oc-step { font-size: .58rem; letter-spacing: .3em; text-transform: uppercase; color: var(--olive); margin-bottom: 1.4rem; }
    .oc-title { font-family: 'Cormorant', serif; font-size: 2rem; font-weight: 400; font-style: italic; color: var(--volet); margin-bottom: 1.2rem; line-height: 1.1; }
    .oc-desc { font-size: .86rem; font-weight: 300; line-height: 1.85; color: var(--bois); margin-bottom: 1.8rem; }
    .oc-list { list-style: none; padding-top: 1.5rem; border-top: 1px solid rgba(90,130,160,.12); }
    .oc-list li { font-size: .78rem; color: var(--encre-mid); padding: .42rem 0; line-height: 1.5; }

    /* TARIFS */
    .tarif-wrap { margin-top: 4.5rem; }
    .tarif-label { font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; color: var(--bois-light); margin-bottom: 1.2rem; }
    .tarif-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(90,130,160,.12); }
    .tarif-item { background: var(--white); padding: 2rem; }
    .tarif-name { font-family: 'Cormorant', serif; font-size: 1.15rem; font-weight: 400; color: var(--encre); margin-bottom: 1.3rem; line-height: 1.25; }
    .tarif-price { font-family: 'Cormorant', serif; font-size: 1.7rem; font-weight: 300; color: var(--olive); line-height: 1; }
    .tarif-price-sub { font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--bois-light); margin-top: .45rem; }
    .tarif-note { font-size: .82rem; font-weight: 300; line-height: 1.85; color: var(--bois); margin-top: 1.8rem; max-width: 68ch; }
    .tarif-note strong { color: var(--encre-mid); font-weight: 400; }

    /* CAS */
    #cas { background: var(--encre); padding: 8rem 5rem; }
    .cas-in { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: center; }
    .v-eyebrow { font-size: .62rem; letter-spacing: .35em; text-transform: uppercase; color: var(--volet-pale); margin-bottom: 1.5rem; display: flex; align-items: center; gap: .9rem; }
    .v-eyebrow::before { content: ''; width: 2rem; height: 1px; background: var(--volet-pale); }
    .v-title { font-family: 'Cormorant', serif; font-size: clamp(2.2rem,3.4vw,3.5rem); font-weight: 300; color: var(--white); line-height: 1.15; margin-bottom: 2rem; }
    .v-title em { font-style: italic; color: var(--volet-pale); }
    .v-text { font-size: .9rem; font-weight: 300; line-height: 1.9; color: rgba(255,255,255,.45); margin-bottom: 1.3rem; max-width: 46ch; }
    .v-text strong { color: rgba(255,255,255,.8); font-weight: 400; }
    .cas-scene { width: 100%; aspect-ratio: 16/9; overflow: hidden; position: relative; background: linear-gradient(150deg,#b5a07a 0%,#7a6245 60%,#4e3d28 100%); }
    .cas-scene picture, .cas-scene img { display: block; width: 100%; height: 100%; object-fit: cover; }



    /* GALERIE */
    #galerie { padding: 0 5rem 8rem; background: var(--stone); }
    .galerie-label { font-size: .62rem; letter-spacing: .35em; text-transform: uppercase; color: var(--bois-light); margin-bottom: 2rem; display: flex; align-items: center; gap: .9rem; }
    .galerie-label::before { content: ''; width: 2rem; height: 1px; background: var(--bois-light); }
    .galerie-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
    .galerie-item { background: var(--stone-deep); aspect-ratio: 3/4; overflow: hidden; }
    .galerie-item picture, .galerie-item img { display: block; width: 100%; height: 100%; object-fit: cover; }

    /* ÉQUIPE */
    #equipe { padding: 8rem 5rem; background: var(--stone); }
    .equipe-in { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: start; }
    .equipe-photo { aspect-ratio: 3/4; background: var(--stone-deep); position: relative; overflow: hidden; }
    .equipe-photo picture, .equipe-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
    .equipe-name { font-family: 'Cormorant', serif; font-size: 2.2rem; font-weight: 300; color: var(--encre); line-height: 1.15; margin-bottom: 1.8rem; }
    .equipe-name em { font-style: italic; color: var(--volet); }
    .equipe-bio { font-size: .9rem; font-weight: 300; line-height: 1.95; color: var(--bois); margin-bottom: 1.4rem; }
    .equipe-bio strong { color: var(--encre-mid); font-weight: 400; }

    /* POUR QUI */
    #pourqui { padding: 8rem 5rem; background: var(--stone-mid); }
    .pq-layout { display: grid; grid-template-columns: 1fr 1.7fr; gap: 6rem; align-items: start; }
    .pq-sticky { position: sticky; top: 8rem; }
    .pq-sticky .ssub { max-width: 34ch; }
    .profiles { display: grid; gap: 1px; background: rgba(90,130,160,.12); }
    .profile { background: var(--white); padding: 2.6rem 3rem; transition: background .3s; }
    .profile:hover { background: var(--stone); }
    .p-title { font-family: 'Cormorant', serif; font-size: 1.6rem; font-weight: 400; color: var(--encre); margin-bottom: .7rem; line-height: 1.2; }
    .p-desc { font-size: .86rem; font-weight: 300; line-height: 1.8; color: var(--bois); max-width: 56ch; }

    /* FAQ */
    #faq { padding: 8rem 5rem; background: var(--stone-deep); }
    .faq-in { display: grid; grid-template-columns: 1fr 1.8fr; gap: 7rem; align-items: start; }
    .faq-list { display: flex; flex-direction: column; gap: 1px; background: rgba(90,130,160,.12); }
    .faq-item { background: var(--stone-deep); }
    .faq-q {
      width: 100%; padding: 1.5rem 2rem; background: none; border: none;
      font-family: 'Jost', sans-serif; font-size: .86rem; font-weight: 400;
      color: var(--encre-mid); text-align: left; cursor: pointer;
      display: flex; justify-content: space-between; align-items: center; gap: 1rem;
      transition: background .25s;
    }
    .faq-q:hover { background: var(--stone); }
    .faq-q.open { background: var(--white); color: var(--encre); }
    .faq-icon { flex-shrink: 0; width: 1.2rem; height: 1.2rem; position: relative; }
    .faq-icon::before, .faq-icon::after {
      content: ''; position: absolute; background: var(--volet-deep);
      top: 50%; left: 50%; transform: translate(-50%,-50%); transition: opacity .3s;
    }
    .faq-icon::before { width: 12px; height: 1px; }
    .faq-icon::after { width: 1px; height: 12px; }
    .faq-q.open .faq-icon::after { opacity: 0; }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; font-size: .84rem; font-weight: 300; line-height: 1.85; color: var(--bois); background: var(--white); }
    .faq-a-inner { padding: 0 2rem 1.6rem; max-width: 68ch; }
    .faq-item.open .faq-a { max-height: 420px; }

    /* CONTACT */
    #contact { padding: 8rem 5rem; background: var(--stone-mid); display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: start; }
    .ct-left { position: sticky; top: 8rem; }
    .ct-left .ssub { max-width: 40ch; }
    .ct-reassurance { margin-top: 2.8rem; display: flex; flex-direction: column; gap: 1rem; }
    .ra { font-size: .84rem; font-weight: 300; line-height: 1.7; color: var(--bois); }
    .ra strong { color: var(--encre-mid); font-weight: 400; }
    .ct-direct { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(90,130,160,.15); font-size: .84rem; font-weight: 300; line-height: 2; color: var(--bois); }
    .ct-direct a { color: var(--volet-deep); text-decoration: none; }
    .ct-direct a:hover { text-decoration: underline; }
    .ct-form { background: var(--white); padding: 3.5rem; }
    .form-title { font-family: 'Cormorant', serif; font-size: 1.7rem; font-weight: 400; color: var(--encre); margin-bottom: 2.5rem; }
    .fg { margin-bottom: 1.6rem; }
    .fl { display: block; font-size: .58rem; letter-spacing: .25em; text-transform: uppercase; color: var(--bois-light); margin-bottom: .55rem; }
    .req { color: var(--volet-deep); }
    input, select, textarea {
      width: 100%; padding: .85rem 1rem; border: 1px solid rgba(90,130,160,.18);
      background: var(--stone); color: var(--encre); font-family: 'Jost', sans-serif;
      font-size: .88rem; font-weight: 300; outline: none; transition: border-color .25s, background .25s; appearance: none;
    }
    input:focus, select:focus, textarea:focus { border-color: var(--volet); background: var(--white); }
    textarea { resize: vertical; min-height: 6.5rem; }
    .fr { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .fg-consent { display: flex; gap: .85rem; align-items: flex-start; margin-bottom: 1.8rem; }
    .fg-consent input[type="checkbox"] { width: 1.05rem; height: 1.05rem; flex-shrink: 0; margin-top: .15rem; accent-color: var(--olive); appearance: auto; }
    .fg-consent label { font-size: .76rem; font-weight: 300; line-height: 1.65; color: var(--bois); }
    .fg-consent a { color: var(--volet-deep); text-underline-offset: 2px; }
    .form-submit {
      width: 100%; padding: 1.1rem; background: var(--olive); color: var(--white); border: none;
      font-family: 'Jost', sans-serif; font-size: .68rem; letter-spacing: .28em; text-transform: uppercase;
      cursor: pointer; transition: background .3s;
    }
    .form-submit:hover { background: var(--encre); }
    .form-note { margin-top: 1rem; font-size: .74rem; font-weight: 300; color: var(--bois-light); text-align: center; }

    /* FOOTER */
    footer { background: var(--encre); padding: 4.5rem 5rem 2.5rem; }
    .ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 2rem; }
    .ft-brand .logo { color: white; display: inline-block; margin-bottom: .5rem; }
    .ft-tagline { font-family: 'Cormorant', serif; font-style: italic; font-size: 1rem; color: rgba(255,255,255,.35); display: block; }
    .ft-brand p { font-size: .84rem; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,.3); max-width: 30ch; margin-top: 1.2rem; }
    .ft-col h4 { font-size: .6rem; letter-spacing: .25em; text-transform: uppercase; color: var(--volet-pale); margin-bottom: 1.3rem; }
    .ft-col ul { list-style: none; }
    .ft-col li { margin-bottom: .7rem; }
    .ft-col a { font-size: .84rem; font-weight: 300; color: rgba(255,255,255,.32); text-decoration: none; transition: color .2s; }
    .ft-col a:hover { color: var(--volet-pale); }
    .ft-bottom { display: flex; justify-content: space-between; font-size: .7rem; color: rgba(255,255,255,.2); font-weight: 300; }

    /* REVEAL */
    .reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s, transform .8s; }
    .reveal.visible { opacity: 1; transform: none; }
    .d1 { transition-delay: .1s; }
    .d2 { transition-delay: .2s; }

    /* A11Y */
    a:focus-visible, button:focus-visible, input:focus-visible,
    select:focus-visible, textarea:focus-visible {
      outline: 2px solid var(--volet-deep); outline-offset: 3px;
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation: none !important; transition: none !important; }
      .reveal { opacity: 1 !important; transform: none !important; }
      html { scroll-behavior: auto; }
    }

    @media (max-width: 960px) {
      nav, nav.scrolled { padding: 1.3rem 1.5rem; }
      .nav-links { display: none; }
      #hero { grid-template-columns: 1fr; }
      .hero-right { height: 58vw; }
      .hero-left { padding: 8rem 1.5rem 4rem; }
      #savoir, #offre, #cas, #galerie, #equipe, #pourqui, #faq, #contact { padding: 5rem 1.5rem; }
      .sf-in, .offre-hd, .cas-in, .equipe-in, .faq-in, .pq-layout, #contact { grid-template-columns: 1fr; gap: 3rem; }
      .sf-cols, .offre-grid { grid-template-columns: 1fr; }
      .galerie-grid { grid-template-columns: repeat(2, 1fr); }
      .tarif-grid { grid-template-columns: 1fr 1fr; }
      .pq-sticky, .ct-left { position: static; }
      .ft-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
      .ft-bottom { flex-direction: column; gap: .8rem; }
    }
    @media (max-width: 640px) {
      .tarif-grid, .ft-grid, .fr { grid-template-columns: 1fr; }
            .hero-ctas { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    }
  
/* PAGES SECONDAIRES */
.page { max-width: 760px; margin: 0 auto; padding: 10rem 1.5rem 6rem; }
.page h1 { font-family: 'Cormorant', serif; font-weight: 300; font-size: clamp(2.2rem,4vw,3.2rem); line-height: 1.15; margin-bottom: 2.5rem; }
.page h2 { font-family: 'Cormorant', serif; font-weight: 400; font-size: 1.5rem; margin: 2.6rem 0 .9rem; color: var(--encre); }
.page p, .page li { font-size: .95rem; font-weight: 300; line-height: 1.9; color: var(--bois); margin-bottom: .8rem; }
.page ul { padding-left: 1.2rem; }
.page a { color: var(--volet-deep); }
.page strong { color: var(--encre-mid); font-weight: 400; }
.todo { background: #FFF3C4; color: #5A4300; padding: 0 .3em; }
nav.solid { background: rgba(244,238,226,.96); border-bottom: 1px solid rgba(90,130,160,.12); }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
.tarif-grid.tarif-3 { grid-template-columns: repeat(3,1fr); }
@media (max-width: 640px) { .tarif-grid.tarif-3 { grid-template-columns: 1fr; } }
nav { background: rgba(244,238,226,.92); backdrop-filter: blur(14px); }
