*{box-sizing:border-box}
body{margin:0;font-family:'Mulish',system-ui,sans-serif;color:#241E1A;background:#F5EFE4;-webkit-font-smoothing:antialiased;line-height:1.6}
a{color:#4A7A54;text-decoration:none}
a:hover{color:#3a6142}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;font-weight:600;line-height:1.08;margin:0}
p{margin:0}
::selection{background:#CE8A3E;color:#fff}
html{scroll-behavior:smooth}

@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.sh-rise{animation:rise .9s cubic-bezier(.2,.7,.2,1) both}

/* ---------- shared ---------- */
.sh-container{max-width:1180px;margin:0 auto;padding:0 24px}
.sh-section{background:#F5EFE4;padding:88px 24px}
.sh-section--alt{background:#efe6d6}
.sh-section--navy{background:#0C4859;color:#F5EFE4}
.sh-2col{max-width:1180px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.sh-2col--top{align-items:start}
.sh-2col--portrait{grid-template-columns:.85fr 1.15fr;gap:56px}

.sh-eyebrow{font-size:12.5px;letter-spacing:.24em;text-transform:uppercase;color:#4A7A54;font-weight:800;margin-bottom:14px;display:inline-block}
.sh-eyebrow--gold{color:#e9d9b8}
.sh-eyebrow--hero{color:#e9d9b8;letter-spacing:.26em;font-weight:700;text-shadow:0 1px 12px rgba(12,72,89,.6);margin-bottom:22px}

.sh-h2{font-size:clamp(30px,4vw,48px);color:#0C4859;letter-spacing:-.01em}
.sh-h2--light{color:#F5EFE4}
.sh-h2-accent{font-style:italic;color:#4A7A54}
.sh-h3{font-size:22px;color:#0C4859}
.sh-h3--light{font-size:25px;color:#F5EFE4}

.sh-lead{margin-top:18px;font-size:17px;color:#4c4640}
.sh-lead--light{color:rgba(245,239,228,.88)}

.sh-intro{max-width:640px}
.sh-intro--wide{max-width:680px}

.sh-pullquote{margin-top:24px;padding-left:18px;border-left:2px solid #4A7A54;font-family:'Playfair Display',serif;font-style:italic;font-size:17px;color:#0C4859;line-height:1.5}

/* ---------- buttons ---------- */
.sh-btn{display:inline-flex;align-items:center;gap:12px;padding:15px 28px;border-radius:44px;font-weight:700;font-size:15.5px;border:none;cursor:pointer;font-family:inherit}
.sh-btn--primary{background:#4A7A54;color:#F5EFE4;box-shadow:0 8px 24px rgba(74,122,84,.32)}
.sh-btn--primary:hover{background:#3a6142;color:#F5EFE4}
.sh-btn--ghost-light{background:rgba(245,239,228,.1);border:1.5px solid rgba(245,239,228,.55);color:#F5EFE4}
.sh-btn--ghost-light:hover{background:rgba(245,239,228,.2);color:#F5EFE4}
.sh-btn--call{background:#F5EFE4;color:#3a6142;padding:16px 26px;font-weight:800;font-size:16px;box-shadow:0 10px 26px rgba(0,0,0,.2);margin-top:28px}
.sh-btn--call:hover{background:#0C4859;color:#F5EFE4}

/* ---------- urgency bar ---------- */
.sh-urgency{background:#3a6142;color:#F5EFE4;font-size:13.5px;letter-spacing:.02em;text-align:center;padding:9px 20px;display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap}
.sh-urgency-label{opacity:.85}
.sh-urgency-link{color:#F5EFE4;font-weight:700;border-bottom:1px solid rgba(245,239,228,.5)}
.sh-urgency-link:hover{color:#F5EFE4}

/* ---------- nav ---------- */
.sh-header{position:sticky;top:0;z-index:50;background:rgba(245,239,228,.86);backdrop-filter:blur(10px);border-bottom:1px solid rgba(36,30,26,.08)}
.sh-header-inner{max-width:1180px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.sh-logo{display:flex;align-items:center;gap:11px;color:#0C4859}
.sh-logo-badge{width:34px;height:34px;border-radius:50%;background:radial-gradient(circle at 40% 30%,#328AA4,#0C4859);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(12,72,89,.3)}
.sh-logo-badge--sm{width:30px;height:30px}
.sh-logo-word{font-family:'Playfair Display',serif;font-weight:700;font-size:20px;letter-spacing:.01em}
.sh-navlinks{display:flex;gap:26px;align-items:center;font-size:14.5px;font-weight:600}
.sh-navlinks a{color:#241E1A}
.sh-navcta{background:#4A7A54;color:#F5EFE4 !important;padding:9px 18px;border-radius:40px;box-shadow:0 4px 14px rgba(74,122,84,.32)}
.sh-navcta:hover{background:#3a6142}
.sh-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;border:none;background:transparent;cursor:pointer;padding:0;flex:none}
.sh-burger span{display:block;width:22px;height:2px;margin:0 auto;background:#0C4859;border-radius:2px;transition:transform .2s,opacity .2s}
.sh-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.sh-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.sh-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.sh-mobile-menu{display:none}

/* ---------- hero ---------- */
.sh-hero{position:relative;min-height:640px;display:flex;align-items:flex-end;background:#0C4859}
.sh-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 65%;display:block}
.sh-hero-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,72,89,.55) 0%,rgba(12,72,89,.2) 40%,rgba(20,20,18,.82) 100%)}
.sh-hero-inner{position:relative;max-width:1180px;margin:0 auto;padding:120px 24px 64px;width:100%;color:#F5EFE4;text-align:left}
.sh-hero-title{font-size:clamp(44px,6.6vw,88px);color:#F5EFE4;max-width:14ch;letter-spacing:-.01em;text-shadow:0 2px 40px rgba(0,0,0,.45)}
.sh-hero-lead{max-width:560px;margin:24px 0 0;font-size:18px;color:rgba(245,239,228,.92)}
.sh-hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;align-items:center}
.sh-hero-quote{font-family:'Playfair Display',serif;font-style:italic;font-size:16px;color:#e9d9b8;margin-left:6px}

/* ---------- déclencheur ---------- */
.sh-trigger{background:#4A7A54;color:#F5EFE4;position:relative;overflow:hidden;padding:76px 0}
.sh-trigger-glow{position:absolute;right:-80px;top:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle at 40% 40%,rgba(245,239,228,.14),transparent 70%)}
.sh-pill{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;background:rgba(245,239,228,.14);padding:7px 15px;border-radius:40px;margin-bottom:22px}
.sh-pill-dot{width:8px;height:8px;border-radius:50%;background:#F5EFE4}
.sh-stat-stack{display:flex;flex-direction:column;gap:16px}
.sh-stat-card{background:rgba(245,239,228,.1);border:1px solid rgba(245,239,228,.22);border-radius:16px;padding:22px 24px;backdrop-filter:blur(4px)}
.sh-stat-num{font-family:'Playfair Display',serif;font-size:34px;font-weight:700;color:#F5EFE4;line-height:1}
.sh-stat-cap{margin-top:6px;font-size:15px;color:rgba(245,239,228,.88)}

/* ---------- pratiques ---------- */
.sh-prat-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:44px}
.sh-prat-hero{background:#0C4859;color:#F5EFE4;border-radius:22px;padding:34px;grid-column:span 2;display:grid;grid-template-columns:auto 1fr;gap:26px;align-items:start}
.sh-prat-icon{width:52px;height:52px;border-radius:14px;background:#f0e7d6;display:flex;align-items:center;justify-content:center;margin-bottom:18px;flex:none}
.sh-prat-icon--hero{width:58px;height:58px;border-radius:16px;background:rgba(245,239,228,.12);margin-bottom:0}
.sh-prat-text{margin-top:10px;font-size:15.5px;color:#4c4640}
.sh-prat-text--light{font-size:16px;color:rgba(245,239,228,.9);max-width:760px}
.sh-prat-card{background:#fff;border:1px solid rgba(36,30,26,.08);border-radius:22px;padding:32px}
.sh-prat-card:hover{border-color:rgba(74,122,84,.4)}

/* ---------- qui suis-je ---------- */
.sh-portrait-wrap{position:relative}
.sh-portrait-photo{display:block;width:100%;height:480px;border-radius:22px;object-fit:cover;object-position:center 25%}
.sh-portrait-badge{position:absolute;right:-14px;bottom:-14px;background:#0C4859;color:#F5EFE4;padding:16px 20px;border-radius:16px;box-shadow:0 12px 30px rgba(12,72,89,.28);font-family:'Playfair Display',serif;font-size:15px;font-style:italic;line-height:1.3}

/* ---------- pour qui ---------- */
.sh-pourqui{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:40px}
.sh-pourqui-card{background:rgba(245,239,228,.07);border:1px solid rgba(245,239,228,.14);border-radius:18px;padding:24px}
.sh-pourqui-title{margin-top:14px;font-weight:700;font-size:16px;color:#F5EFE4}
.sh-pourqui-text{margin-top:6px;font-size:14px;color:rgba(245,239,228,.8)}

/* ---------- déroulé ---------- */
.sh-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.sh-step{background:#fff;border-radius:18px;padding:28px;border:1px solid rgba(36,30,26,.07)}
.sh-step--dark{background:#0C4859;color:#F5EFE4;border:none}
.sh-step-num{font-family:'Playfair Display',serif;font-size:40px;color:#e0d3bd;line-height:1;font-weight:700}
.sh-step-num--dark{color:rgba(233,217,184,.5)}
.sh-step-title{margin-top:12px;font-size:19px;color:#0C4859}
.sh-step-title--light{color:#F5EFE4}
.sh-step-text{margin-top:8px;font-size:14.5px;color:#4c4640}
.sh-step-text--light{color:rgba(245,239,228,.85)}
.sh-step-outro{text-align:center;margin-top:40px;font-family:'Playfair Display',serif;font-style:italic;font-size:clamp(19px,2.4vw,26px);color:#4A7A54}

/* ---------- témoignages ---------- */
.sh-testi-head{max-width:1000px;margin:0 auto;text-align:center;padding:0 24px}
.sh-tabs{display:inline-flex;gap:6px;margin-top:30px;background:rgba(245,239,228,.08);padding:6px;border-radius:44px;flex-wrap:wrap;justify-content:center}
.sh-tab-btn{border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:13.5px;padding:9px 18px;border-radius:40px;transition:all .2s;background:transparent;color:rgba(245,239,228,.8)}
.sh-tab-btn.active{background:#F5EFE4;color:#0C4859}
.sh-testi-body{max-width:820px;margin:36px auto 0;padding:0 24px}
.sh-quotecard{background:rgba(245,239,228,.06);border:1px solid rgba(245,239,228,.16);border-radius:24px;padding:44px 44px 34px;position:relative;min-height:280px}
.sh-quotecard-mark{font-family:'Playfair Display',serif;font-size:80px;line-height:.6;color:rgba(233,217,184,.35);height:34px}
.sh-quotecard-text{font-size:clamp(17px,2.2vw,20px);color:#F5EFE4;line-height:1.6;font-weight:300}
.sh-quotecard-author{display:flex;align-items:center;gap:14px;margin-top:26px}
.sh-quotecard-avatar{width:44px;height:44px;border-radius:50%;background:radial-gradient(circle at 40% 40%,#CE8A3E,#4A7A54);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-weight:700;color:#F5EFE4;font-size:18px}
.sh-quotecard-name{font-weight:700;font-size:16px;color:#F5EFE4}
.sh-quotecard-meta{font-size:13.5px;color:rgba(245,239,228,.7)}
.sh-testi-nav{display:flex;align-items:center;justify-content:space-between;margin-top:22px}
.sh-testi-arrows{display:flex;gap:8px}
.sh-arrow-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(245,239,228,.4);background:transparent;color:#F5EFE4;cursor:pointer;display:flex;align-items:center;justify-content:center}
.sh-arrow-btn:hover{background:rgba(245,239,228,.14)}
.sh-testi-counter{font-size:14px;color:rgba(245,239,228,.72);font-weight:600}

/* ---------- rdv ---------- */
.sh-booking{background:#fff;border-radius:22px;border:1px solid rgba(36,30,26,.09);box-shadow:0 20px 50px rgba(12,72,89,.1);overflow:hidden}
.sh-booking-head{background:#0C4859;color:#F5EFE4;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}
.sh-booking-head-label{display:flex;align-items:center;gap:10px;font-weight:700}
.sh-booking-pill{font-size:12px;background:rgba(245,239,228,.14);padding:4px 10px;border-radius:20px;color:#e9d9b8}
.sh-booking-body{padding:26px 24px}
.sh-booking-body--calendly{padding:0}
.sh-booking-note{background:#f6f1e7;border:1px dashed rgba(12,72,89,.3);border-radius:12px;padding:18px;text-align:center;color:#6E655B;font-size:13.5px}
.sh-booking-note strong{color:#0C4859}

/* ---------- contact / footer ---------- */
.sh-footer{background:#0C4859;color:#F5EFE4;padding:84px 24px 0}
.sh-contact-list{display:flex;flex-direction:column;gap:14px;margin-top:28px}
.sh-contact-item{display:flex;align-items:center;gap:12px;color:#F5EFE4;font-weight:600;font-size:16px}
.sh-contact-item--static{color:rgba(245,239,228,.9);font-size:15px;font-weight:400}
.sh-contact-icon{width:38px;height:38px;border-radius:10px;background:rgba(245,239,228,.1);display:flex;align-items:center;justify-content:center;flex:none}
.sh-social{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}
.sh-social-btn{display:inline-flex;align-items:center;gap:8px;background:rgba(245,239,228,.1);color:#F5EFE4;padding:9px 16px;border-radius:40px;font-size:14px;font-weight:600}
.sh-social-btn:hover{background:rgba(245,239,228,.2);color:#F5EFE4}
.sh-social-btn--gold{background:rgba(233,217,184,.16);color:#e9d9b8}
.sh-social-btn--gold:hover{background:rgba(233,217,184,.28);color:#e9d9b8}

.sh-form{background:rgba(245,239,228,.06);border:1px solid rgba(245,239,228,.16);border-radius:22px;padding:32px}
.sh-form-grid{display:grid;gap:14px}
.sh-input{width:100%;background:rgba(245,239,228,.95);border:none;border-radius:12px;padding:14px 16px;font-size:15px;font-family:inherit;color:#241E1A}
.sh-textarea{resize:vertical}
.sh-form-submit{width:100%;justify-content:center;padding:15px;font-size:15.5px}
.sh-form-sent{text-align:center;color:#e9d9b8;font-size:14px;font-weight:600}
.sh-form-error{text-align:center;color:#f0b4a8;font-size:14px;font-weight:600}

.sh-footer-bar{margin-top:56px;border-top:1px solid rgba(245,239,228,.14);padding:26px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.sh-footer-brand{display:flex;align-items:center;gap:11px}
.sh-footer-word{font-family:'Playfair Display',serif;font-weight:700;font-size:17px;color:#F5EFE4}
.sh-footer-tag{font-size:13px;color:rgba(245,239,228,.6)}
.sh-footer-legal{padding:0 0 26px;font-size:12px;color:rgba(245,239,228,.45);letter-spacing:.02em}

/* ---------- responsive ---------- */
@media(max-width:900px){
  .sh-container,.sh-section,.sh-2col,.sh-header-inner,.sh-hero-inner,.sh-testi-head,.sh-testi-body,.sh-footer,.sh-mobile-menu{
    padding-left:16px;
    padding-right:16px;
  }
  .sh-navlinks{display:none !important}
  .sh-burger{display:flex !important}
  .sh-mobile-menu{position:absolute;top:100%;left:0;right:0;background:#F5EFE4;border-bottom:1px solid rgba(36,30,26,.08);box-shadow:0 12px 24px rgba(12,72,89,.12);flex-direction:column;padding-top:8px;padding-bottom:20px}
  .sh-mobile-menu.open{display:flex}
  .sh-mobile-menu a{color:#241E1A;font-weight:600;font-size:15.5px;padding:14px 0;border-bottom:1px solid rgba(36,30,26,.07)}
  .sh-mobile-menu a:last-child{border-bottom:none}
  .sh-mobile-menu .sh-navcta{color:#F5EFE4 !important;text-align:center;border-radius:40px;margin-top:10px;padding:12px 18px}
  .sh-2col,.sh-2col--portrait{grid-template-columns:1fr !important}
  .sh-prat-grid{grid-template-columns:1fr !important}
  .sh-prat-hero{grid-column:span 1 !important;grid-template-columns:1fr !important}
  .sh-pourqui{grid-template-columns:1fr 1fr !important}
  .sh-steps{grid-template-columns:1fr 1fr !important}
}
@media(max-width:560px){
  .sh-btn--call{font-size:14.5px;padding:15px 20px;gap:10px;text-align:left}
  .sh-pourqui{grid-template-columns:1fr !important}
  .sh-steps{grid-template-columns:1fr !important}
}
