@font-face{font-family:Merriweather;src:url(/fonts/Merriweather-Regular.woff2) format("woff2"),url(/fonts/Merriweather-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Merriweather;src:url(/fonts/Merriweather-Bold.woff2) format("woff2"),url(/fonts/Merriweather-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-Regular.woff2) format("woff2"),url(/fonts/SourceSansPro-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-SemiBold.woff2) format("woff2"),url(/fonts/SourceSansPro-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}:root{--rfc-bg-cream: #F0EBE3;--rfc-bg-white: #FAFAF7;--rfc-bg-warm: #E8E0D4;--rfc-terre-cuite: #8B4513;--rfc-terre-cuite-dark: #6D360F;--rfc-terre-cuite-light: #A0582A;--rfc-text-main: #2C2416;--rfc-text-muted: #5A4E3F;--rfc-text-light: #7A6E5F;--rfc-border-soft: #D4C9B8;--rfc-shadow-gentle: 0 2px 12px rgba(44, 36, 22, .08);--rfc-shadow-card: 0 4px 20px rgba(44, 36, 22, .1);--rfc-radius: 12px;--rfc-font-heading: "Merriweather", Georgia, serif;--rfc-font-body: "Source Sans Pro", "Segoe UI", sans-serif;--rfc-max-width: 1100px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--rfc-font-body);font-size:17px;line-height:1.7;color:var(--rfc-text-main);background-color:var(--rfc-bg-cream);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--rfc-terre-cuite);text-decoration:none}a:hover{color:var(--rfc-terre-cuite-dark)}.rfc-separator{display:flex;align-items:center;justify-content:center;gap:12px;padding:32px 0}.rfc-separator:before,.rfc-separator:after{content:"";width:60px;height:1px;background-color:var(--rfc-border-soft)}.rfc-separator-diamond{width:10px;height:10px;background-color:var(--rfc-terre-cuite);transform:rotate(45deg);flex-shrink:0}.rfc-masthead{background-color:var(--rfc-bg-white);padding:18px 24px;text-align:center;border-bottom:2px solid var(--rfc-border-soft);position:relative}.rfc-masthead-logo{font-family:var(--rfc-font-heading);font-size:1.35rem;font-weight:700;color:var(--rfc-terre-cuite);letter-spacing:.02em}.rfc-masthead-tagline{font-family:var(--rfc-font-body);font-size:.8rem;color:var(--rfc-text-muted);margin-top:2px;letter-spacing:.06em;text-transform:uppercase}@keyframes rfc-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rfc-hero{position:relative;padding:5rem 2rem;overflow:hidden;background:linear-gradient(135deg,#1e293b,#334155,#1e293b)}.rfc-hero:after{content:"";position:absolute;top:50%;right:10%;width:380px;height:380px;background:radial-gradient(circle,rgba(139,69,19,.2) 0%,transparent 70%);transform:translateY(-50%);pointer-events:none}.rfc-hero-inner{position:relative;z-index:2;max-width:1080px;margin:0 auto;display:flex;align-items:center;gap:3rem}.rfc-hero-content{flex:1;text-align:left;color:#fff;animation:rfc-fadeUp .8s ease-out both}.rfc-hero-title{font-family:var(--rfc-font-heading);font-size:2.6rem;font-weight:700;line-height:1.2;margin-bottom:18px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.rfc-hero-subtitle{font-size:1.1rem;line-height:1.65;max-width:520px;margin-bottom:30px;opacity:.9}.rfc-hero-cta{display:inline-block;background-color:var(--rfc-terre-cuite);color:#fff;font-family:var(--rfc-font-body);font-size:1.05rem;font-weight:600;padding:14px 36px;border-radius:var(--rfc-radius);border:none;cursor:pointer;transition:background-color .25s ease,transform .2s ease;box-shadow:0 4px 16px #8b45134d}.rfc-hero-cta:hover{background-color:var(--rfc-terre-cuite-dark);color:#fff;transform:translateY(-2px)}.rfc-hero-visual{flex-shrink:0;animation:rfc-fadeUp .8s ease-out .2s both}.rfc-hero-visual img{width:280px;height:280px;object-fit:cover;border-radius:18px;box-shadow:0 8px 32px #00000059;border:3px solid rgba(255,255,255,.12);transform:rotate(2deg);transition:transform .3s ease}.rfc-hero-visual img:hover{transform:rotate(0) scale(1.03)}.rfc-section{padding:64px 24px}.rfc-section-inner{max-width:var(--rfc-max-width);margin:0 auto}.rfc-section-title{font-family:var(--rfc-font-heading);font-size:2rem;font-weight:700;color:var(--rfc-terre-cuite);text-align:center;margin-bottom:12px}.rfc-section-subtitle{text-align:center;color:var(--rfc-text-muted);font-size:1.05rem;max-width:640px;margin:0 auto 40px}.rfc-issue{background-color:var(--rfc-bg-white)}.rfc-issue-text{max-width:780px;margin:0 auto}.rfc-issue-text p{margin-bottom:20px;font-size:1.05rem;color:var(--rfc-text-main)}.rfc-issue-text p:last-child{margin-bottom:0}.rfc-gallery{background-color:var(--rfc-bg-cream)}.rfc-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:12px}.rfc-gallery-item{background-color:var(--rfc-bg-white);border-radius:var(--rfc-radius);overflow:hidden;box-shadow:var(--rfc-shadow-card);border:1px solid var(--rfc-border-soft)}.rfc-gallery-images{display:grid;grid-template-columns:1fr 1fr}.rfc-gallery-images img{width:100%;height:180px;object-fit:cover}.rfc-gallery-label{display:block;text-align:center;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--rfc-bg-white);padding:4px}.rfc-gallery-label--before{background-color:var(--rfc-text-muted)}.rfc-gallery-label--after{background-color:var(--rfc-terre-cuite)}.rfc-gallery-caption{padding:16px 20px;font-size:.92rem;color:var(--rfc-text-muted);text-align:center;font-style:italic}.rfc-services{background-color:var(--rfc-bg-warm)}.rfc-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}.rfc-service-card{background-color:var(--rfc-bg-white);border-radius:var(--rfc-radius);padding:32px 28px;box-shadow:var(--rfc-shadow-gentle);border:1px solid var(--rfc-border-soft);transition:box-shadow .3s ease,transform .2s ease}.rfc-service-card:hover{box-shadow:var(--rfc-shadow-card);transform:translateY(-3px)}.rfc-service-icon{width:48px;height:48px;background-color:var(--rfc-bg-cream);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:1.4rem;color:var(--rfc-terre-cuite);border:2px solid var(--rfc-border-soft)}.rfc-service-card h3{font-family:var(--rfc-font-heading);font-size:1.15rem;font-weight:700;color:var(--rfc-terre-cuite);margin-bottom:12px}.rfc-service-card p{font-size:.95rem;color:var(--rfc-text-muted);line-height:1.65}.rfc-trust{background-color:var(--rfc-bg-white)}.rfc-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.rfc-trust-card{background-color:var(--rfc-bg-cream);border-radius:var(--rfc-radius);padding:28px 24px;border-left:4px solid var(--rfc-terre-cuite);box-shadow:var(--rfc-shadow-gentle)}.rfc-trust-card blockquote{font-size:.95rem;font-style:italic;color:var(--rfc-text-main);line-height:1.65;margin-bottom:16px}.rfc-trust-card blockquote:before{content:"“";font-size:2rem;color:var(--rfc-terre-cuite);line-height:0;vertical-align:-.3em;margin-right:4px}.rfc-trust-author{font-weight:600;color:var(--rfc-terre-cuite);font-size:.9rem}.rfc-trust-location{font-size:.82rem;color:var(--rfc-text-light)}.rfc-zone{background-color:var(--rfc-bg-cream)}.rfc-zone-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.rfc-zone-text p{margin-bottom:20px;color:var(--rfc-text-main)}.rfc-zone-communes{list-style:none;display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.rfc-zone-communes li{background-color:var(--rfc-bg-white);padding:8px 18px;border-radius:24px;font-size:.9rem;font-weight:600;color:var(--rfc-terre-cuite);border:1px solid var(--rfc-border-soft)}.rfc-zone-map{border-radius:var(--rfc-radius);overflow:hidden;box-shadow:var(--rfc-shadow-card);border:3px solid var(--rfc-border-soft)}.rfc-zone-map iframe{width:100%;height:340px;border:0}.rfc-faq{background-color:var(--rfc-bg-warm)}.rfc-faq-list{max-width:780px;margin:0 auto}.rfc-faq-item{background-color:var(--rfc-bg-white);border-radius:var(--rfc-radius);margin-bottom:16px;overflow:hidden;border:1px solid var(--rfc-border-soft);box-shadow:var(--rfc-shadow-gentle)}.rfc-faq-question{width:100%;background:none;border:none;padding:20px 24px;font-family:var(--rfc-font-heading);font-size:1.05rem;font-weight:700;color:var(--rfc-terre-cuite);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.rfc-faq-question:hover{background-color:var(--rfc-bg-cream)}.rfc-faq-question:after{content:"+";font-size:1.4rem;font-weight:400;color:var(--rfc-terre-cuite-light);flex-shrink:0;margin-left:16px;transition:transform .3s ease}.rfc-faq-item.active .rfc-faq-question:after{content:"−"}.rfc-faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.rfc-faq-item.active .rfc-faq-answer{max-height:400px}.rfc-faq-answer-inner{padding:0 24px 20px;font-size:.95rem;color:var(--rfc-text-muted);line-height:1.7}.rfc-contact{background-color:var(--rfc-bg-white)}.rfc-contact-wrapper{max-width:680px;margin:0 auto;background-color:var(--rfc-bg-cream);border-radius:var(--rfc-radius);padding:40px 32px;box-shadow:var(--rfc-shadow-card);border:1px solid var(--rfc-border-soft)}.rfc-contact-intro{text-align:center;color:var(--rfc-text-muted);margin-bottom:28px}.rfc-contact-wrapper .tally-embed-wrapper iframe{border-radius:8px}.rfc-contact-wrapper .tally-popup-trigger{display:inline-block;background-color:var(--rfc-terre-cuite);color:#fff;font-family:var(--rfc-font-body);font-size:1.05rem;font-weight:600;padding:14px 36px;border-radius:var(--rfc-radius);border:none;cursor:pointer;transition:background-color .25s ease}.rfc-contact-wrapper .tally-popup-trigger:hover{background-color:var(--rfc-terre-cuite-dark)}.rfc-footer{background-color:var(--rfc-text-main);color:var(--rfc-bg-cream);text-align:center;padding:40px 24px}.rfc-footer-brand{font-family:var(--rfc-font-heading);font-size:1.15rem;font-weight:700;margin-bottom:8px;color:var(--rfc-bg-cream)}.rfc-footer-contact{font-size:.9rem;margin-bottom:16px;opacity:.8}.rfc-footer-contact a{color:var(--rfc-bg-cream);text-decoration:underline}.rfc-footer-legal{font-size:.78rem;opacity:.6}@media (max-width: 900px){.rfc-zone-content{grid-template-columns:1fr}}@media (max-width: 768px){.rfc-hero{padding:3.5rem 1.5rem}.rfc-hero-inner{flex-direction:column-reverse;gap:1.5rem}.rfc-hero-content{text-align:center}.rfc-hero-title{font-size:2rem}.rfc-hero-subtitle{max-width:100%;margin-left:auto;margin-right:auto}.rfc-hero-visual img{width:200px;height:200px}.rfc-section{padding:48px 18px}.rfc-section-title{font-size:1.6rem}.rfc-gallery-grid{grid-template-columns:1fr}.rfc-gallery-images img{height:140px}.rfc-services-grid,.rfc-trust-grid{grid-template-columns:1fr}.rfc-contact-wrapper{padding:28px 18px}}@media (max-width: 480px){.rfc-hero-title{font-size:1.6rem}.rfc-hero-cta{padding:12px 28px;font-size:.95rem}.rfc-masthead-logo{font-size:1.1rem}.rfc-zone-communes{gap:6px}.rfc-zone-communes li{padding:6px 14px;font-size:.82rem}}
