
:root{
  --olive:#6b7438;
  --olive-dark:#4e5728;
  --olive-deep:#31391d;
  --gold:#ae8538;
  --gold-soft:#d3b56f;
  --cream:#f3ede2;
  --ivory:#fffaf2;
  --paper:#fbf7ef;
  --brown:#3b2b1d;
  --text:#322d27;
  --muted:#70675e;
  --line:#ddd0bb;
  --white:#fff;
  --green:#2ca962;
  --shadow:0 18px 50px rgba(60,46,28,.12);
  --shadow-soft:0 10px 28px rgba(60,46,28,.08);
  --container:min(1370px,94%);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",Arial,sans-serif;
  color:var(--text);
  background:#f8f4ed;
  line-height:1.55;
}
body.modal-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:var(--container);margin:auto}

/* PROMO */
.promo{
  background:linear-gradient(90deg,#444a23,#202414);
  color:#f7edd7;
  font-size:.78rem;
  letter-spacing:.02em;
}
.promo-inner{
  min-height:35px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  flex-wrap:wrap;
  text-align:center;
}
.promo b{color:#e2c47d}

/* HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(253,249,242,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(93,72,43,.1);
}
.header-inner{
  min-height:88px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
}
.brand{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
}
.brand-mark{
  width:58px;height:58px;
  display:grid;place-items:center;
  border-radius:50%;
  border:1px solid rgba(174,133,56,.35);
  color:var(--gold);
  background:
    radial-gradient(circle at 50% 50%,#fff 0 48%,#f1e6d2 49% 100%);
  box-shadow:inset 0 0 0 4px rgba(174,133,56,.08);
}
.brand-mark svg{width:37px;height:37px}
.brand-name{
  font-family:"Cormorant Garamond",serif;
  font-size:1.9rem;
  line-height:.92;
  font-weight:700;
  color:var(--brown);
}
.brand-sub{
  margin-top:4px;
  color:#8b6a31;
  font-size:.64rem;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:800;
}
.main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
}
.main-nav a{
  font-size:.82rem;
  font-weight:800;
  text-transform:uppercase;
  color:#463d32;
  white-space:nowrap;
  padding:11px 0;
  position:relative;
}
.main-nav a:after{
  content:"";
  position:absolute;
  height:2px;
  left:0;right:100%;bottom:5px;
  background:var(--gold);
  transition:.22s ease;
}
.main-nav a:hover:after,.main-nav a.active:after{right:0}
.header-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:12px 17px;
  border-radius:999px;
  background:var(--olive);
  color:white;
  font-size:.82rem;
  font-weight:800;
  box-shadow:0 9px 22px rgba(84,96,44,.2);
  white-space:nowrap;
}
.header-whatsapp:hover{background:var(--olive-dark)}
.mobile-toggle{
  display:none;
  border:0;
  background:transparent;
  font-size:1.75rem;
  color:var(--brown);
  cursor:pointer;
}

/* HERO */
.hero{padding:20px 0 13px}
.hero-shell{
  display:grid;
  grid-template-columns:40% 60%;
  min-height:570px;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(160,126,66,.16);
  box-shadow:var(--shadow);
  background:#eee6d9;
}
.hero-copy{
  position:relative;
  padding:48px 46px 34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 0 0,rgba(199,163,91,.16),transparent 32%),
    linear-gradient(145deg,#f9f4ea,#eee5d5);
}
.hero-copy:before{
  content:"";
  position:absolute;
  width:135px;height:135px;
  left:-55px;bottom:-55px;
  border:1px solid rgba(174,133,56,.22);
  transform:rotate(45deg);
}
.hero-eyebrow{
  display:flex;
  align-items:center;
  gap:11px;
  color:var(--gold);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:17px;
}
.hero-eyebrow:before{
  content:"";
  width:36px;height:2px;background:var(--gold)
}
.hero-copy h1{
  margin:0;
  max-width:520px;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(3.5rem,5vw,5.45rem);
  line-height:.84;
  letter-spacing:-.025em;
  color:#3d2d1e;
}
.hero-lead{
  max-width:500px;
  margin:20px 0 0;
  font-family:"Cormorant Garamond",serif;
  color:#624b34;
  font-size:1.35rem;
  line-height:1.25;
  font-style:italic;
}
.hero-divider{
  width:72px;height:2px;
  background:linear-gradient(90deg,var(--gold),transparent);
  margin:24px 0 18px;
}
.feature-chips{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  max-width:520px;
}
.feature-chip{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:1px solid rgba(163,129,66,.18);
  border-radius:13px;
  background:rgba(255,255,255,.46);
}
.feature-icon{
  width:38px;height:38px;
  flex:0 0 auto;
  display:grid;place-items:center;
  border-radius:50%;
  color:var(--gold);
  background:#fff;
  border:1px solid #dfd2bd;
}
.feature-icon svg{width:19px;height:19px}
.feature-chip strong{
  display:block;
  color:#514333;
  font-size:.72rem;
  line-height:1.2;
  text-transform:uppercase;
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.primary-btn,.whatsapp-btn,.outline-btn,.collection-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:999px;
  font-weight:800;
  cursor:pointer;
  transition:.2s ease;
}
.primary-btn{
  padding:13px 20px;
  background:var(--olive);
  color:#fff;
  border:1px solid var(--olive);
  box-shadow:0 10px 23px rgba(96,107,50,.2);
}
.primary-btn:hover{background:var(--olive-dark);transform:translateY(-1px)}
.whatsapp-btn{
  padding:13px 18px;
  background:#fff;
  color:#2f7d4d;
  border:1px solid #cdd9cf;
}
.whatsapp-btn:hover{background:#eef8f1}
.hero-media{
  position:relative;
  min-height:570px;
  background:url("images/3.jpg") center/cover no-repeat;
}
.hero-media:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(62,45,27,.10),transparent 25%);
}
.handmade-seal{
  position:absolute;
  z-index:2;
  right:24px;bottom:22px;
  width:116px;height:116px;
  border-radius:50%;
  display:grid;place-items:center;
  text-align:center;
  padding:12px;
  color:#fff8e6;
  background:linear-gradient(160deg,#7c8546,#4f582d);
  border:4px double #e5ce99;
  box-shadow:0 15px 35px rgba(0,0,0,.2);
  font-size:.71rem;
  line-height:1.32;
  text-transform:uppercase;
  font-weight:900;
}

/* BENEFITS */
.benefits{padding:9px 0 16px}
.benefit-row{
  background:#fff;
  border:1px solid rgba(164,129,66,.13);
  border-radius:18px;
  box-shadow:var(--shadow-soft);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
}
.benefit{
  display:flex;
  gap:12px;
  align-items:center;
  padding:19px 22px;
  border-right:1px solid #eee5d7;
}
.benefit:last-child{border-right:0}
.benefit-ico{
  width:39px;height:39px;
  display:grid;place-items:center;
  color:#56492f;
  background:#f5efe5;
  border-radius:12px;
  flex:0 0 auto;
}
.benefit strong{display:block;font-size:.8rem;text-transform:uppercase;color:#42382d}
.benefit span{display:block;font-size:.77rem;color:var(--muted);margin-top:2px}

/* COLLECTIONS */
.home-section{padding:13px 0 24px}
.section-header{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin:10px 0 14px;
}
.section-header h2{
  margin:0;
  font-family:"Cormorant Garamond",serif;
  font-size:2.3rem;
  color:var(--brown);
  line-height:1;
}
.section-header p{margin:5px 0 0;color:var(--muted);font-size:.88rem}
.collections-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr) 315px;
  gap:15px;
}
.collection-card,.product-card{
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  border:1px solid rgba(164,129,66,.12);
  box-shadow:var(--shadow-soft);
  transition:.22s ease;
}
.collection-card:hover,.product-card:hover{transform:translateY(-3px)}
.collection-card img{
  width:100%;
  height:165px;
  object-fit:cover;
}
.collection-body{padding:14px 14px 15px}
.collection-body h3{
  font-family:"Cormorant Garamond",serif;
  color:var(--brown);
  font-size:1.55rem;
  line-height:.95;
  margin:0 0 10px;
}
.collection-btn{
  border:1px solid #d4c3a5;
  padding:8px 13px;
  background:#fbf8f2;
  color:#58462e;
  font-size:.74rem;
}
.collection-btn:hover{background:var(--olive);color:#fff;border-color:var(--olive)}
.personal-panel{
  background:
    radial-gradient(circle at 100% 100%,rgba(255,255,255,.10),transparent 30%),
    linear-gradient(145deg,#7b8343,#555f2e);
  border-radius:20px;
  padding:24px 22px;
  color:#fff7e5;
  box-shadow:0 14px 35px rgba(72,81,38,.21);
}
.personal-panel h3{
  font-family:"Cormorant Garamond",serif;
  font-size:2rem;
  line-height:.98;
  margin:0 0 8px;
}
.personal-panel p{font-size:.86rem;color:rgba(255,255,255,.82);margin:0 0 16px}
.personal-panel .line{
  padding:8px 0;
  font-size:.88rem;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.personal-panel .panel-btn{
  margin-top:18px;
  display:inline-flex;
  padding:10px 15px;
  border-radius:999px;
  background:#f3ddb1;
  color:#514726;
  font-size:.78rem;
  font-weight:900;
}

/* PRODUCTS */
.products-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:15px;
}
.product-card{position:relative}
.product-card img{width:100%;height:195px;object-fit:cover}
.new-tag{
  position:absolute;
  top:10px;left:10px;
  padding:5px 9px;
  border-radius:999px;
  background:var(--olive);
  color:#fff;
  font-size:.63rem;
  font-weight:900;
  text-transform:uppercase;
}
.product-body{padding:14px}
.product-body h3{
  font-family:"Cormorant Garamond",serif;
  color:var(--brown);
  font-size:1.55rem;
  line-height:.98;
  margin:0 0 6px;
}
.product-body p{font-size:.8rem;color:var(--muted);margin:0;min-height:38px}
.product-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:12px;
}
.product-price{
  color:var(--olive-dark);
  font-size:.86rem;
  font-weight:900;
}
.outline-btn{
  padding:8px 12px;
  border:1px solid #d8c8ac;
  background:#fff;
  color:#5b4931;
  font-size:.75rem;
}
.outline-btn:hover{background:var(--olive);border-color:var(--olive);color:#fff}

/* INTERNAL PAGES */
.page-hero{
  padding:55px 0;
  background:
    radial-gradient(circle at 10% 10%,rgba(176,140,68,.13),transparent 25%),
    linear-gradient(145deg,#f6efe3,#ede3d3);
  border-bottom:1px solid rgba(160,125,60,.12);
}
.page-hero-inner{
  max-width:850px;
}
.page-kicker{
  color:var(--gold);
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.17em;
  font-weight:900;
  margin-bottom:9px;
}
.page-hero h1{
  margin:0;
  font-family:"Cormorant Garamond",serif;
  color:var(--brown);
  font-size:clamp(3.1rem,5vw,5rem);
  line-height:.9;
}
.page-hero p{max-width:740px;color:#665846;font-size:1rem;margin:16px 0 0}
.content-section{padding:50px 0}
.about-layout,.contact-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}
.about-photo{
  border-radius:24px;
  overflow:hidden;
  border:9px solid #fff;
  box-shadow:var(--shadow);
}
.about-photo img{width:100%;height:540px;object-fit:cover}
.content-card{
  background:#fff;
  padding:35px;
  border-radius:22px;
  border:1px solid rgba(164,129,66,.12);
  box-shadow:var(--shadow-soft);
}
.content-card h2{
  margin:0 0 12px;
  font-family:"Cormorant Garamond",serif;
  color:var(--brown);
  font-size:2.7rem;
  line-height:1;
}
.content-card p{color:var(--muted)}
.check-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:20px;
}
.check-item{
  border:1px solid #e5daca;
  background:#fcfaf5;
  border-radius:11px;
  padding:11px 12px;
  font-size:.82rem;
  font-weight:700;
  color:#504637;
}
.contact-box{
  background:#fff;
  border:1px solid rgba(164,129,66,.12);
  border-radius:20px;
  padding:26px;
  box-shadow:var(--shadow-soft);
}
.contact-row{
  padding:15px 0;
  border-bottom:1px solid #eee5d8;
}
.contact-row:last-child{border-bottom:0}
.contact-row small{
  display:block;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--gold);
  font-size:.67rem;
  font-weight:900;
}
.contact-row strong{display:block;margin-top:4px;color:#493d31}
.contact-photo{
  min-height:500px;
  border-radius:23px;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(35,40,20,.04),rgba(41,49,25,.42)),
    url("images/1.jpg") center/cover no-repeat;
  box-shadow:var(--shadow);
}

/* FOOTER */
footer{
  margin-top:20px;
  background:#282d1b;
  color:#e7dcc7;
  border-top:4px solid #a8843c;
}
.footer-inner{
  padding:31px 0 25px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:28px;
  flex-wrap:wrap;
}
.footer-brand-title{
  font-family:"Cormorant Garamond",serif;
  font-size:1.75rem;
  color:#fff7e5;
}
.footer-note{max-width:480px;color:#c9bea9;font-size:.83rem;margin-top:5px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-size:.8rem;font-weight:700}
.footer-links a:hover{color:#e6c77f}
.copyright{
  padding:13px 0 18px;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.08);
  color:#a99d87;
  font-size:.74rem;
}

/* POPUP */
.product-modal{
  position:fixed;
  inset:0;
  z-index:300;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(31,27,21,.74);
  backdrop-filter:blur(6px);
  opacity:0;
  visibility:hidden;
  transition:.2s ease;
}
.product-modal.open{opacity:1;visibility:visible}
.modal-dialog{
  position:relative;
  width:min(920px,100%);
  max-height:92vh;
  overflow:auto;
  border-radius:24px;
  background:#fffaf3;
  border:1px solid rgba(174,133,56,.28);
  box-shadow:0 30px 90px rgba(0,0,0,.34);
  transform:translateY(15px) scale(.985);
  transition:.2s ease;
}
.product-modal.open .modal-dialog{transform:none}
.modal-close{
  position:absolute;
  right:14px;top:14px;
  z-index:4;
  width:42px;height:42px;
  border-radius:50%;
  border:1px solid #d8c8ac;
  background:#fff;
  color:#3e342a;
  font-size:1.4rem;
  cursor:pointer;
}
.modal-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:500px}
.modal-image{background:#ece2d3}
.modal-image img{width:100%;height:100%;min-height:500px;object-fit:cover}
.modal-content{padding:54px 36px 34px;display:flex;flex-direction:column;justify-content:center}
.modal-kicker{color:var(--gold);text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:900}
.modal-content h3{
  margin:7px 0 12px;
  font-family:"Cormorant Garamond",serif;
  color:var(--brown);
  font-size:3rem;
  line-height:.92;
}
.modal-content p{color:var(--muted);font-size:.95rem}
.modal-price{
  padding:13px 0;
  margin:7px 0 20px;
  border-top:1px solid #eadfce;
  border-bottom:1px solid #eadfce;
  color:var(--olive-dark);
  font-weight:900;
}
.modal-actions{display:flex;gap:10px;flex-wrap:wrap}
.modal-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 17px;
  border-radius:999px;
  color:#fff;
  background:#25D366;
  font-size:.82rem;
  font-weight:900;
}
.modal-secondary{
  border:1px solid #d6c6aa;
  background:#fff;
  color:#554735;
  padding:12px 17px;
  border-radius:999px;
  cursor:pointer;
  font-weight:800;
}

/* RESPONSIVE */
@media(max-width:1120px){
  .header-inner{grid-template-columns:auto auto}
  .mobile-toggle{display:block}
  .header-whatsapp{justify-self:end}
  .main-nav{
    display:none;
    grid-column:1/-1;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:4px;
    padding:0 0 18px;
  }
  .main-nav.open{display:flex}
  .hero-shell{grid-template-columns:45% 55%}
  .collections-grid{grid-template-columns:repeat(2,1fr)}
  .personal-panel{grid-column:1/-1}
  .products-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
  .promo-inner{padding:7px 0;gap:8px 17px}
  .hero-shell{grid-template-columns:1fr}
  .hero-copy{padding:37px 28px 30px}
  .hero-media{min-height:420px}
  .benefit-row{grid-template-columns:1fr 1fr}
  .benefit:nth-child(2){border-right:0}
  .benefit:nth-child(1),.benefit:nth-child(2){border-bottom:1px solid #eee5d7}
  .about-layout,.contact-layout{grid-template-columns:1fr}
  .about-photo img{height:430px}
}
@media(max-width:620px){
  .brand-name{font-size:1.45rem}
  .brand-sub{font-size:.55rem}
  .brand-mark{width:48px;height:48px}
  .header-inner{min-height:72px;gap:9px}
  .header-whatsapp{
    font-size:.71rem;
    padding:10px 12px;
  }
  .hero{padding-top:11px}
  .hero-shell{border-radius:21px}
  .hero-copy h1{font-size:3.55rem}
  .hero-lead{font-size:1.15rem}
  .feature-chips{grid-template-columns:1fr}
  .hero-actions{align-items:stretch;flex-direction:column}
  .primary-btn,.whatsapp-btn{width:100%}
  .hero-media{min-height:315px}
  .benefit-row,.collections-grid,.products-grid,.check-grid{grid-template-columns:1fr}
  .benefit{border-right:0;border-bottom:1px solid #eee5d7!important}
  .benefit:last-child{border-bottom:0!important}
  .collection-card img{height:210px}
  .product-card img{height:230px}
  .section-header{align-items:flex-start;flex-direction:column}
  .page-hero{padding:38px 0}
  .page-hero h1{font-size:3.3rem}
  .content-card{padding:25px}
  .about-photo img{height:340px}
  .modal-grid{grid-template-columns:1fr;min-height:0}
  .modal-image img{height:280px;min-height:0}
  .modal-content{padding:26px 21px 23px}
  .modal-content h3{font-size:2.35rem}
  .modal-actions{flex-direction:column}
  .modal-whatsapp,.modal-secondary{width:100%}
}


.benefit-ico svg,.feature-icon svg,.btn-icon svg,.contact-icon svg{width:20px;height:20px;display:block}
.benefit-ico{
  border:1px solid #e1d5c2;
  background:linear-gradient(180deg,#fff,#f6efe5);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85), 0 8px 16px rgba(60,46,28,.06);
}
.feature-icon{
  background:linear-gradient(180deg,#fff,#f7f0e7);
  box-shadow:0 8px 18px rgba(60,46,28,.05), inset 0 1px 0 rgba(255,255,255,.8);
}
.btn-icon{
  width:18px;height:18px;
  display:inline-grid;place-items:center;
  flex:0 0 auto;
}
.contact-row.with-icon{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.contact-icon{
  width:42px;height:42px;
  flex:0 0 auto;
  display:grid;place-items:center;
  border-radius:14px;
  background:linear-gradient(180deg,#f9f3e9,#f0e5d2);
  color:var(--gold);
  border:1px solid #e0d2bb;
  box-shadow:0 8px 18px rgba(60,46,28,.06);
}
.contact-row.with-icon .contact-text{flex:1}


/* LOGO OFFICIEL JB */
.brand-logo-image{
  display:block;
  width:390px;
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.brand.logo-brand{
  gap:0;
}
.brand.logo-brand .brand-mark,
.brand.logo-brand > span:not(.brand-logo-wrapper){
  display:none;
}
.brand-logo-wrapper{
  display:flex;
  align-items:center;
  min-width:0;
}
@media(max-width:1150px){
  .brand-logo-image{width:320px}
}
@media(max-width:820px){
  .brand-logo-image{width:270px}
}
@media(max-width:620px){
  .brand-logo-image{width:215px}
  .header-inner{
    grid-template-columns:minmax(0,1fr) auto;
  }
  .header-whatsapp{
    padding:9px 10px;
    font-size:.66rem;
  }
}
@media(max-width:430px){
  .brand-logo-image{width:185px}
  .header-whatsapp{
    font-size:0;
    width:42px;
    height:42px;
    padding:0;
    border-radius:50%;
  }
  .header-whatsapp .btn-icon{
    width:20px;
    height:20px;
  }
}


/* ===== NOUVELLES SECTIONS : TECHNIQUE & PARTENAIRES ===== */
.mini-kicker{
  display:block;
  color:var(--gold);
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:8px;
}
.page-hero-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:24px;
}

/* Home discovery */
.business-discovery{padding:20px 0 45px}
.business-discovery-grid{display:grid;gap:18px}
.discovery-card{
  background:#fff;
  border:1px solid rgba(164,129,66,.13);
  border-radius:24px;
  box-shadow:var(--shadow-soft);
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:330px;
}
.discovery-card:nth-child(even){grid-template-columns:1fr 1fr}
.discovery-image{min-height:330px;background:#efe6d8}
.discovery-image img{width:100%;height:100%;object-fit:cover}
.discovery-content{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.discovery-content h2{
  margin:0 0 10px;
  font-family:"Cormorant Garamond",serif;
  color:var(--brown);
  font-size:2.65rem;
  line-height:.95;
}
.discovery-content p{margin:0 0 20px;color:var(--muted);max-width:620px}

/* Technique page */
.technique-page-hero{
  background:
    linear-gradient(90deg,rgba(248,242,232,.96),rgba(248,242,232,.84)),
    url("images/peinture-texturee-application.png") right center/55% auto no-repeat;
}
.technical-intro{padding:58px 0}
.technical-intro-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:32px;
  align-items:center;
}
.technical-copy h2,
.section-title-center h2,
.technical-cta-box h2,
.partner-visual-copy h2,
.objective-heading h2,
.prospection-head h2,
.partner-contact-box h2{
  margin:0;
  font-family:"Cormorant Garamond",serif;
  color:var(--brown);
  font-size:3rem;
  line-height:.95;
}
.technical-copy > p{color:var(--muted);font-size:.96rem}
.tech-benefits{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
  margin-top:22px;
}
.tech-benefits div{
  padding:15px;
  border-radius:14px;
  background:#fff;
  border:1px solid #e6dac8;
}
.tech-benefits strong{display:block;color:#4f422f;font-size:.85rem}
.tech-benefits span{display:block;color:var(--muted);font-size:.76rem;margin-top:3px}
.technical-main-visual,
.wide-visual-card,
.visual-info-card,
.partner-visual-grid figure{
  margin:0;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(164,129,66,.13);
  box-shadow:var(--shadow-soft);
}
.technical-main-visual img{width:100%;height:510px;object-fit:cover}
.technical-gallery{padding:52px 0}
.soft-bg{background:#f0e9de;border-top:1px solid #e5d8c5;border-bottom:1px solid #e5d8c5}
.section-title-center{text-align:center;max-width:800px;margin:0 auto 22px}
.section-title-center p{color:var(--muted);font-size:.92rem}
.wide-visual-card img{width:100%;height:auto}
.technical-two-col{padding:55px 0}
.technical-two-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.visual-info-card img{width:100%;height:380px;object-fit:cover}
.visual-info-copy{padding:24px}
.visual-info-copy h3{
  margin:0 0 8px;
  font-family:"Cormorant Garamond",serif;
  color:var(--brown);
  font-size:2rem;
}
.visual-info-copy p{color:var(--muted);font-size:.88rem}
.technical-cta{padding:10px 0 55px}
.technical-cta-box{
  padding:34px;
  border-radius:22px;
  background:linear-gradient(135deg,#747d3e,#4d5729);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
}
.technical-cta-box h2{color:#fff9e8;font-size:2.65rem}
.technical-cta-box p{color:rgba(255,255,255,.78);max-width:780px}

/* Partner page */
.partners-page-hero{
  background:
    radial-gradient(circle at 90% 30%,rgba(174,133,56,.15),transparent 28%),
    linear-gradient(145deg,#f8f2e8,#eadfcd);
}
.partners-objective{padding:55px 0}
.objective-card{
  background:#fff;
  border-radius:23px;
  border:1px solid rgba(164,129,66,.13);
  box-shadow:var(--shadow-soft);
  padding:34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  align-items:center;
}
.objective-heading h2{font-size:3rem}
.objective-text p{color:var(--muted);font-size:.95rem}
.objective-text strong{color:var(--olive-dark)}
.partnership-steps{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
  gap:10px;
  align-items:stretch;
  margin-top:24px;
}
.partner-step{
  background:#fff;
  border:1px solid #e3d7c4;
  border-radius:16px;
  padding:20px 16px;
  text-align:center;
}
.partner-step span{
  width:34px;height:34px;
  display:grid;place-items:center;
  margin:0 auto 10px;
  border-radius:50%;
  background:#f1e7d7;
  color:var(--gold);
  font-size:.74rem;
  font-weight:900;
}
.partner-step strong{display:block;color:var(--brown);font-size:.84rem}
.partner-step small{display:block;color:var(--muted);font-size:.72rem;margin-top:5px;line-height:1.35}
.partner-arrow{display:grid;place-items:center;color:var(--gold);font-size:1.7rem}
.partner-product-visual{padding:0 0 55px}
.partner-visual-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:0;
  overflow:hidden;
  background:#fff;
}
.partner-visual-grid figure{border:0;border-radius:0;box-shadow:none}
.partner-visual-grid figure img{width:100%;height:480px;object-fit:cover}
.partner-visual-copy{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.partner-visual-copy p{color:var(--muted);font-size:.93rem;margin:10px 0 20px}

/* Prospection form */
.prospection-section{
  padding:55px 0;
  background:#eee7dc;
  border-top:1px solid #e1d6c5;
  border-bottom:1px solid #e1d6c5;
}
.prospection-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
}
.prospection-head p{color:var(--muted);margin:7px 0 0}
.prospection-sheet{
  max-width:1050px;
  margin:auto;
  background:#fff;
  padding:34px;
  border:1px solid #d9ccb9;
  border-radius:20px;
  box-shadow:var(--shadow-soft);
}
.sheet-header{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
  padding-bottom:18px;
  margin-bottom:22px;
  border-bottom:2px solid #ab843b;
}
.sheet-brand{
  color:var(--gold);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:.72rem;
}
.sheet-header h2{
  margin:5px 0 0;
  font-family:"Cormorant Garamond",serif;
  color:var(--brown);
  font-size:2rem;
  line-height:1;
}
.sheet-date{white-space:nowrap;color:#55493d;font-size:.82rem;font-weight:700}
.sheet-date input{margin-left:6px}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.form-grid label{
  display:flex;
  flex-direction:column;
  gap:7px;
  color:#51483e;
  font-size:.78rem;
  font-weight:800;
}
.full-field{grid-column:1/-1}
.form-grid input,
.form-grid textarea,
.sheet-date input{
  width:100%;
  border:1px solid #d8cbb8;
  border-radius:9px;
  background:#fcfaf6;
  color:#342e28;
  padding:11px 12px;
  outline:none;
  font:inherit;
}
.form-grid input:focus,
.form-grid textarea:focus,
.sheet-date input:focus{
  border-color:#a7833d;
  box-shadow:0 0 0 3px rgba(167,131,61,.12);
}
.interest-box{
  margin:23px 0;
  border:1px solid #d8cbb8;
  border-radius:14px;
  padding:17px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 20px;
}
.interest-box legend{
  padding:0 8px;
  color:var(--gold);
  font-size:.76rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.interest-box label{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:.84rem;
  color:#4c4338;
}
.interest-box input{accent-color:#69723d;width:17px;height:17px}
.sheet-actions{display:flex;gap:10px;margin-top:20px}
.partner-contact{padding:55px 0}
.partner-contact-box{
  border-radius:22px;
  padding:32px;
  background:#fff;
  border:1px solid rgba(164,129,66,.13);
  box-shadow:var(--shadow-soft);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.partner-contact-box h2{font-size:2.5rem}
.partner-contact-box p{color:var(--muted);margin:6px 0}
.partner-contact-actions{display:flex;gap:10px;flex-wrap:wrap}

/* Active nav helpers */
body.technique-page .main-nav a[href="technique.html"],
body.partners-page .main-nav a[href="partenaires.html"]{color:var(--gold)}

/* Print only the prospecting sheet cleanly */
@media print{
  body{background:#fff!important}
  .promo,.site-header,footer,.partners-page-hero,.partners-objective,.partner-product-visual,
  .partner-contact,.prospection-head,.no-print{display:none!important}
  .prospection-section{padding:0!important;background:#fff!important;border:0!important}
  .prospection-sheet{
    box-shadow:none!important;
    border:1px solid #888!important;
    border-radius:0!important;
    max-width:none!important;
    padding:18mm!important;
  }
  .prospection-sheet input,
  .prospection-sheet textarea{background:#fff!important}
}

@media(max-width:980px){
  .discovery-card,
  .discovery-card:nth-child(even),
  .technical-intro-grid,
  .partner-visual-grid{grid-template-columns:1fr}
  .discovery-card.partner-discovery .discovery-image{order:-1}
  .technical-main-visual img{height:auto}
  .partnership-steps{grid-template-columns:1fr 1fr}
  .partner-arrow{display:none}
  .objective-card{grid-template-columns:1fr}
}
@media(max-width:700px){
  .discovery-content{padding:26px 22px}
  .discovery-content h2{font-size:2.25rem}
  .discovery-image{min-height:240px}
  .tech-benefits,
  .technical-two-grid,
  .form-grid,
  .interest-box{grid-template-columns:1fr}
  .full-field{grid-column:auto}
  .technical-two-grid{gap:15px}
  .visual-info-card img{height:auto}
  .technical-cta-box,
  .partner-contact-box,
  .prospection-head{flex-direction:column;align-items:flex-start}
  .partnership-steps{grid-template-columns:1fr}
  .prospection-sheet{padding:22px 18px}
  .sheet-header{flex-direction:column}
  .sheet-date{width:100%}
}


/* Envoi WhatsApp de la fiche de prospection */
.prospection-whatsapp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:0;
  border-radius:999px;
  padding:13px 19px;
  background:#25D366;
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(37,211,102,.23);
  transition:.2s ease;
}
.prospection-whatsapp-btn:hover{
  background:#1fbd59;
  transform:translateY(-1px);
}
.prospection-wa-icon{
  width:19px;
  height:19px;
  display:grid;
  place-items:center;
}
.prospection-wa-icon svg{
  width:19px;
  height:19px;
  display:block;
}
@media(max-width:700px){
  .sheet-actions{
    flex-direction:column;
  }
  .sheet-actions > *{
    width:100%;
  }
}
