
:root{
  --bg:#F7F1EA;
  --bg-soft:#FBF7F2;
  --card:#FFFFFF;
  --ink:#253046;
  --muted:#667189;
  --line:#E6DDD1;
  --brand:#2874AD;
  --brand-soft:#6EA9D9;
  --accent:#E3883C;
  --olive:#6F6A53;
  --olive-soft:#8A866C;
  --sand:#E8DDD0;
  --sand-deep:#D8C7B3;
  --lavender:#B6A3C4;
  --shadow:0 18px 50px rgba(58,44,28,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,#FBF6F0 0%, #F7F1EA 100%);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(1180px,92%);margin:auto}
.nav{position:sticky;top:0;z-index:20;background:rgba(251,246,240,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(111,106,83,.12)}
.nav-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.brand-logo{height:44px;width:auto}
.nav-links{display:flex;gap:24px;align-items:center;font-size:.96rem;color:var(--olive)}
.nav-links a:hover{color:var(--brand)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;font-weight:700;border:1px solid transparent;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:var(--brand);color:#fff;box-shadow:0 10px 30px rgba(40,116,173,.22)}
.btn.primary:hover{background:#226799}
.btn.ghost{border-color:rgba(111,106,83,.22);background:#fff;color:var(--olive)}
.eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.2em;color:var(--accent);font-weight:800}
.hero{padding:68px 0 70px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center}
.hero h1,.section-head h2,.split h2,.product-hero h1,.cta h3,.legal h1,.legal h2, h2{font-family:Georgia,"Times New Roman",serif}
.hero h1{font-size:clamp(3rem,6vw,5.6rem);line-height:.98;margin:14px 0 18px;color:#1F324E;font-weight:500;max-width:11ch}
.hero p{font-size:1.1rem;color:var(--muted);max-width:690px}
.hero-copy strong{color:var(--ink)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.hero-chips span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-size:.82rem;color:var(--olive)}
.hero-visual{position:relative}
.hero-photo{border-radius:32px;box-shadow:var(--shadow);border:1px solid rgba(111,106,83,.14)}
.overlay-card{position:absolute;left:20px;bottom:20px;display:flex;gap:14px;align-items:flex-start;max-width:360px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.65);border-radius:22px;padding:16px 18px;box-shadow:var(--shadow)}
.overlay-card strong{display:block;color:var(--brand);margin-bottom:4px}
.overlay-card span{font-size:.92rem;color:var(--muted)}
.overlay-icon{width:36px;height:36px;object-fit:contain;flex:0 0 36px}
.intro-band{padding:30px 0 22px}
.intro-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:end;border-top:1px solid rgba(111,106,83,.18);padding-top:30px}
.intro-grid h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;margin:.35rem 0 0}
.intro-grid p{margin:0;color:var(--muted)}
section{padding:72px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}
.section-head h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin:0}
.section-head p{max-width:560px;color:var(--muted);margin:0}
.invert h2,.invert p{color:#fff}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:rgba(255,255,255,.82);backdrop-filter:blur(8px);border:1px solid var(--line);border-radius:26px;padding:26px;display:flex;flex-direction:column;min-height:280px;box-shadow:0 14px 40px rgba(67,53,35,.05)}
.card:hover{transform:translateY(-3px);transition:.2s;border-color:rgba(40,116,173,.22)}
.tag{display:inline-flex;align-self:flex-start;border:1px solid rgba(111,106,83,.18);border-radius:999px;padding:6px 10px;font-size:.74rem;color:var(--olive);margin-bottom:18px;background:#fff}
.card h3{font-size:1.35rem;margin:0 0 10px;color:var(--brand)}
.card p{color:var(--muted);margin:0 0 20px;flex:1}
.card-link{font-weight:800;color:var(--accent)}
.band{background:linear-gradient(135deg,#234E78 0%, #2874AD 48%, #5E879D 100%);color:#fff;position:relative;overflow:hidden}
.band:before{content:"";position:absolute;inset:auto -10% -40px auto;width:260px;height:260px;background:rgba(255,255,255,.08);border-radius:50%}
.ecosystem{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;position:relative}
.eco{border:1px solid rgba(255,255,255,.14);padding:22px;border-radius:20px;background:rgba(255,255,255,.05)}
.eco strong{display:block;font-size:1.05rem;margin-bottom:8px}
.eco span{color:#E8EFF4;font-size:.95rem}
.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start}
.list{display:grid;gap:14px}
.item{background:#fff;border:1px solid var(--line);padding:18px 20px;border-radius:18px;box-shadow:0 10px 30px rgba(67,53,35,.04)}
.item strong{display:block;margin-bottom:4px}
.muted{color:var(--muted)}
.provence-section{padding-top:30px}
.provence-panel{background:linear-gradient(180deg,rgba(255,255,255,.75),rgba(255,255,255,.92));border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow)}
.swatch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:18px}
.swatch{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);padding:12px 14px;border-radius:16px}
.swatch span{width:24px;height:24px;border-radius:999px;display:inline-block;border:1px solid rgba(0,0,0,.06)}
.swatch small{font-size:.9rem;color:var(--muted)}
.quote-card{background:linear-gradient(180deg,#F6EFE7,#FFF);border:1px solid var(--line);border-radius:18px;padding:20px}
.quote-card strong{display:block;font-size:1.15rem;color:var(--brand);margin-bottom:8px}
.quote-card p{margin:0;color:var(--muted)}
.faq-list{display:grid;gap:14px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:2px 18px;box-shadow:0 10px 30px rgba(67,53,35,.04)}
.faq-item summary{cursor:pointer;font-weight:700;padding:16px 0;color:var(--ink)}
.faq-item p{margin:0 0 16px;color:var(--muted)}
.cta{background:linear-gradient(180deg,#EFE4D8,#E8DDD0);border:1px solid rgba(111,106,83,.12);border-radius:30px;padding:42px;display:flex;justify-content:space-between;gap:30px;align-items:center;box-shadow:var(--shadow)}
.cta h3{font-size:2.15rem;margin:0 0 10px;color:#24324A}
.footer{padding:40px 0;border-top:1px solid rgba(111,106,83,.14);color:var(--muted);font-size:.92rem;background:rgba(255,255,255,.35)}
.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:center}
.footer-logo{height:34px;width:auto;margin-bottom:8px}
.footer-note{margin:0;color:var(--muted)}
.product-hero{padding:72px 0 28px}
.back-link{display:inline-block;margin-bottom:18px;color:var(--olive);font-weight:700}
.product-hero h1{font-size:clamp(3rem,6vw,5rem);line-height:1;margin:10px 0;color:#1F324E}
.product-hero .lead{font-size:1.18rem;max-width:780px;color:var(--muted)}
.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:30px}
.seo-intro{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px;margin-bottom:22px}
.seo-intro p{margin:0;color:var(--olive)}
.feature-list{display:grid;gap:12px}
.feature{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px;box-shadow:0 10px 30px rgba(67,53,35,.04)}
.compact-list .item{padding:15px 18px}
.product-side{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:26px;padding:26px;position:sticky;top:104px;height:max-content;box-shadow:var(--shadow)}
.price{font-size:1.45rem;font-weight:800;margin:10px 0;color:var(--brand)}
.legal h1,.legal h2{color:#1F324E}
.legal{max-width:860px}
.notice{padding:14px 16px;background:#FFF7F0;border:1px solid #F0D7BF;border-radius:14px;color:#7B5A3F;margin-top:22px}
@media(max-width:980px){
  .hero-grid,.split,.product-layout,.intro-grid{grid-template-columns:1fr}
  .grid{grid-template-columns:1fr 1fr}
  .ecosystem{grid-template-columns:1fr 1fr}
  .nav-links{display:none}
  .product-side{position:static}
  .hero h1{max-width:none}
}
@media(max-width:640px){
  .nav-inner{height:78px}
  .brand-logo{height:38px}
  .hero{padding-top:52px}
  .grid,.ecosystem,.swatch-grid{grid-template-columns:1fr}
  .section-head,.cta{align-items:flex-start;flex-direction:column}
  .hero h1{font-size:3.4rem}
  .overlay-card{position:static;margin-top:14px;max-width:none}
  .cta{padding:28px}
  .product-hero h1{font-size:3.2rem}
}

/* V3 — vraies fiches produits */
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 14px 40px rgba(67,53,35,.06);display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-3px);transition:.2s;box-shadow:0 20px 54px rgba(67,53,35,.10)}
.product-card-visual{aspect-ratio:1/1;overflow:hidden;background:#f4f4f4;display:block}
.product-card-visual img{width:100%;height:100%;object-fit:cover}
.product-card-body{padding:22px;display:flex;flex:1;flex-direction:column}
.product-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center}
.status-badge{font-size:.72rem;font-weight:800;color:#236b3b;background:#ebf7ef;border:1px solid #cfe9d6;padding:5px 8px;border-radius:999px}
.status-badge.pending{color:#8a5b1b;background:#fff6e6;border-color:#f3dfb7}
.product-title-row{display:flex;align-items:center;gap:12px;margin:16px 0 8px}
.product-logo-mini{width:44px;height:44px;object-fit:contain;border-radius:10px}
.product-title-row h3{margin:0;color:#10265b;font-size:1.38rem}
.product-card-body p{color:var(--muted);margin:0 0 20px;flex:1}
.product-card-footer{display:flex;justify-content:space-between;align-items:end;gap:12px;border-top:1px solid var(--line);padding-top:14px}
.product-price{font-weight:850;color:#10265b}
.general-store{margin-top:24px;display:flex;justify-content:space-between;gap:20px;align-items:center;background:linear-gradient(90deg,#fff,#f8fbff);border:1px solid #dce8f3;border-radius:22px;padding:20px 22px}
.general-store strong{display:block;color:#10265b}
.general-store span{display:block;color:var(--muted);font-size:.92rem;margin-top:3px}

.product-detail-hero{padding:58px 0 60px;background:linear-gradient(180deg,#fbf7f2 0%,#f4f8fc 100%)}
.product-detail-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center}
.product-detail-logo{width:min(340px,78%);height:120px;object-fit:contain;object-position:left center;margin:16px 0 12px}
.product-detail-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.6rem,5vw,4.7rem);line-height:1.02;color:#10265b;margin:10px 0 18px}
.product-detail-copy .lead{font-size:1.12rem;color:var(--muted);max-width:760px}
.buy-card{background:#fff;border:1px solid #dce5ee;border-radius:28px;padding:18px;box-shadow:var(--shadow)}
.buy-thumb{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px}
.buy-meta{padding:16px 6px 4px}
.buy-meta span{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:800}
.buy-meta strong{display:block;font-size:2rem;color:#10265b;margin:5px 0}
.buy-meta small{display:block;color:var(--muted)}
.btn.full{width:100%}
.btn.disabled{background:#eef0f3;color:#7c8490;border-color:#d8dce2;cursor:default;pointer-events:none}
.product-content{padding-top:60px}
.product-copy-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:40px;align-items:start}
.product-copy-grid h2,.product-sheet-section h2,.product-bottom-cta h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;margin:.4rem 0 1rem;color:#10265b}
.feature-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 34px rgba(67,53,35,.05)}
.feature-box h3{margin-top:0;color:#10265b}
.feature-box ul{margin:0;padding-left:1.2rem}
.feature-box li{margin:.62rem 0;color:var(--muted)}
.feature-box li::marker{color:var(--accent)}
.seo-paragraph{color:var(--muted);padding-top:10px}
.product-sheet-section{margin:64px auto 0;max-width:1120px}
.sheet-heading{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:22px}
.sheet-heading p{max-width:470px;color:var(--muted);margin:0}
.product-sheet{display:block;width:min(100%,1024px);height:auto;margin:0 auto;border-radius:24px;box-shadow:0 20px 60px rgba(52,64,90,.10);border:1px solid #e7eaf0;background:white}
.product-bottom-cta{max-width:1120px;margin:56px auto 0;padding:30px;border-radius:26px;background:linear-gradient(135deg,#f0f6fb,#fff7f0);border:1px solid #dfe8ef;display:flex;justify-content:space-between;gap:26px;align-items:center}
@media(max-width:980px){
  .products-grid{grid-template-columns:1fr 1fr}
  .product-detail-grid,.product-copy-grid{grid-template-columns:1fr}
  .buy-card{max-width:620px}
}
@media(max-width:640px){
  .products-grid{grid-template-columns:1fr}
  .product-card-footer,.general-store,.sheet-heading,.product-bottom-cta{align-items:flex-start;flex-direction:column}
  .product-detail-logo{height:90px}
}

/* V3.2 — réseaux sociaux */
.social-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.social-links a{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:.9rem;font-weight:700}
.social-links a:hover{color:var(--brand)}
.social-icon{width:24px;height:24px;border-radius:999px;border:1px solid rgba(40,116,173,.22);display:inline-flex;align-items:center;justify-content:center;color:var(--brand);font-size:.75rem;font-weight:900;background:#fff}
.cta-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.cta-social{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:.85rem;color:var(--muted)}
.cta-social a{font-weight:800;color:var(--brand)}
.cta-social a:hover{text-decoration:underline}
@media(max-width:640px){
  .cta-actions{align-items:flex-start}
}

/* V3.3 — sobriété typographique et réseaux sociaux */
.wrap{width:min(1160px,92%)}
.nav-inner{height:76px}
.brand-logo{height:39px}
.nav-links{gap:19px;font-size:.91rem}
.btn{padding:10px 16px;font-size:.92rem}

.hero{padding:50px 0 56px}
.hero-grid{gap:40px}
.hero h1{
  font-size:clamp(2.35rem,3.8vw,3.85rem);
  line-height:1.04;
  max-width:14ch;
  letter-spacing:-.025em;
  margin:12px 0 18px
}
.hero p{font-size:1.01rem;line-height:1.68}
.hero-photo{border-radius:24px}
.overlay-card{border-radius:17px}

.intro-grid h2,
.section-head h2,
.split h2,
.product-copy-grid h2,
.product-sheet-section h2,
.product-bottom-cta h2{
  font-size:clamp(1.75rem,2.45vw,2.45rem);
  line-height:1.14;
  letter-spacing:-.012em
}
.section-head{align-items:flex-start}
.section-head p{font-size:.96rem}
.eyebrow{font-size:.7rem;letter-spacing:.16em}

section{padding:62px 0}
.products-grid{gap:18px}
.product-card{border-radius:20px}
.product-card-body{padding:18px}
.product-logo-mini{width:38px;height:38px}
.product-title-row{margin:14px 0 7px}
.product-title-row h3{font-size:1.2rem}
.product-card-body p{font-size:.93rem;line-height:1.58}
.product-price{font-size:.95rem}
.status-badge{font-size:.68rem}

.band{padding:60px 0}
.eco{padding:18px;border-radius:16px}
.eco strong{font-size:.98rem}
.eco span{font-size:.89rem}

.cta{padding:32px;border-radius:22px}
.cta h3{font-size:1.8rem}

.product-detail-hero{padding:48px 0 50px}
.product-detail-grid{gap:38px}
.product-detail-copy h1{
  font-size:clamp(2.15rem,3.35vw,3.25rem);
  line-height:1.06;
  max-width:17ch;
  letter-spacing:-.02em
}
.product-detail-copy .lead{font-size:1rem}
.product-detail-logo{height:92px;margin:8px 0 8px}
.buy-card{border-radius:21px}
.buy-thumb{border-radius:15px}
.buy-meta strong{font-size:1.62rem}

.social-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:11px}
.social-links a{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:.86rem;font-weight:700}
.social-links a:hover{color:var(--brand)}
.social-icon{
  width:21px;
  height:21px;
  border:0;
  border-radius:0;
  background:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--brand);
  padding:0
}
.social-icon svg{width:21px;height:21px;display:block}
.social-icon.linkedin svg{width:20px;height:20px}
.cta-social-link{display:inline-flex;align-items:center;gap:5px}
.cta-social-link .social-icon,.cta-social-link .social-icon svg{width:17px;height:17px}

.footer{padding:32px 0}
.footer-logo{height:30px}
.footer-note{font-size:.86rem}

@media(max-width:980px){
  .hero h1{max-width:16ch}
}
@media(max-width:640px){
  .hero{padding-top:38px}
  .hero h1{font-size:2.35rem;max-width:none}
  .intro-grid h2,
  .section-head h2,
  .split h2,
  .product-copy-grid h2,
  .product-sheet-section h2,
  .product-bottom-cta h2{font-size:1.85rem}
  .product-detail-copy h1{font-size:2.25rem;max-width:none}
  .nav-inner{height:70px}
  .brand-logo{height:35px}
}

.parent-link{font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-left:auto}
@media(max-width:980px){.parent-link{display:none}}
