
:root{
  --ink:#17312c;
  --ink-2:#28483f;
  --cream:#f5efe6;
  --paper:#fffdf9;
  --sand:#eadfce;
  --clay:#b96f4c;
  --clay-dark:#934f34;
  --sage:#dce7df;
  --line:rgba(23,49,44,.12);
  --muted:#6f7b76;
  --shadow:0 20px 55px rgba(34,50,45,.14);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 85% 5%, rgba(185,111,76,.10), transparent 28rem),
    radial-gradient(circle at 10% 28%, rgba(61,93,80,.10), transparent 24rem),
    linear-gradient(180deg,#faf7f2 0%,#f5efe6 42%,#fbfaf7 100%);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 32px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(250,247,242,.86);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(23,49,44,.08)
}
.nav{
  min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px
}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.04em}
.brand-mark{
  width:42px;height:42px;border-radius:14px;background:var(--ink);color:white;
  display:grid;place-items:center;font-size:.95rem;box-shadow:0 8px 20px rgba(23,49,44,.16)
}
.brand-copy small{display:block;font-size:.69rem;letter-spacing:.13em;color:var(--muted);font-weight:800}
.nav-links{display:flex;align-items:center;gap:22px;font-size:.94rem;font-weight:700}
.nav-actions{display:flex;align-items:center;gap:10px}
.lang{
  padding:10px 12px;border:1px solid var(--line);border-radius:999px;background:white;font-weight:800
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 18px;border-radius:999px;font-weight:850;border:1px solid transparent;
  transition:.2s ease;cursor:pointer
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--ink);color:white;box-shadow:0 10px 24px rgba(23,49,44,.16)}
.btn-secondary{border-color:var(--line);background:rgba(255,255,255,.72)}
.btn-clay{background:var(--clay);color:white}
.hero{padding:64px 0 34px}
.hero-grid{
  display:grid;grid-template-columns:1.03fr .97fr;gap:46px;align-items:center
}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;background:rgba(185,111,76,.12);
  color:var(--clay-dark);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase
}
.hero h1{
  margin:18px 0 18px;font-size:clamp(3rem,6vw,6.4rem);line-height:.91;letter-spacing:-.055em
}
.hero h1 span{color:var(--clay)}
.hero-lead{font-size:1.16rem;color:#49615a;max-width:650px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-note{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;color:var(--muted);font-size:.9rem;font-weight:700}
.hero-media{
  position:relative;border-radius:36px;overflow:hidden;box-shadow:var(--shadow);min-height:630px;
  background:#e6dfd5
}
.hero-media img{width:100%;height:100%;min-height:630px;object-fit:cover;object-position:center 42%}
.hero-media::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(16,38,32,.34) 100%)
}
.float-card{
  position:absolute;z-index:3;left:22px;right:22px;bottom:22px;padding:18px 20px;border-radius:20px;
  background:rgba(255,253,249,.92);backdrop-filter:blur(10px);display:flex;justify-content:space-between;gap:16px;align-items:center
}
.float-card strong{font-size:1.1rem}
.float-card small{color:var(--muted)}
.trust-strip{padding:26px 0}
.trust-row{
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px
}
.trust-item{
  padding:16px 18px;background:rgba(255,255,255,.6);border:1px solid var(--line);
  border-radius:18px;text-align:center;font-weight:850;font-size:.92rem
}
.section{padding:86px 0}
.section-soft{background:rgba(255,255,255,.38);border-block:1px solid rgba(23,49,44,.07)}
.section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:34px}
.section-head h2{margin:10px 0 0;font-size:clamp(2.15rem,4vw,4rem);line-height:1;letter-spacing:-.035em}
.section-head p{max-width:570px;color:var(--muted);margin:0}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{
  background:rgba(255,253,249,.86);border:1px solid var(--line);border-radius:26px;padding:24px;
  box-shadow:0 10px 35px rgba(33,50,45,.06);display:flex;flex-direction:column;min-height:390px
}
.product-card.featured{background:linear-gradient(180deg,#fffdfa 0%,#f2e8dc 100%);border-color:rgba(185,111,76,.23)}
.product-kicker{font-size:.76rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--clay-dark)}
.product-card h3{font-size:1.75rem;margin:9px 0 6px}
.product-card p{color:var(--muted)}
.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0 22px}
.spec{
  border:1px solid var(--line);border-radius:16px;padding:12px;background:rgba(255,255,255,.62)
}
.spec strong{display:block;font-size:1.02rem}
.spec small{color:var(--muted)}
.product-card .btn{margin-top:auto}
.junior-story{
  display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center
}
.dim-card{
  background:white;border:1px solid var(--line);border-radius:30px;padding:22px;box-shadow:var(--shadow)
}
.dim-card img{
  width:100%;height:auto;max-height:520px;object-fit:contain;background:white;border-radius:20px;
  filter:brightness(1.05) contrast(1.04)
}
.dim-caption{display:flex;justify-content:space-between;gap:16px;margin-top:14px;color:var(--muted);font-size:.9rem}
.dim-caption strong{color:var(--ink)}
.story-copy h2{font-size:clamp(2.25rem,4.4vw,4.4rem);line-height:.98;margin:12px 0 18px;letter-spacing:-.04em}
.story-copy p{color:#536761;font-size:1.05rem}
.story-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}
.story-point{padding:16px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid var(--line)}
.story-point strong{display:block;margin-bottom:4px}
.price-section{
  background:linear-gradient(135deg,var(--ink) 0%,#24493e 100%);color:white;border-radius:36px;
  padding:38px;display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center;box-shadow:var(--shadow)
}
.price-section .eyebrow{background:rgba(255,255,255,.11);color:#f3d7c7}
.price-section h2{font-size:clamp(2.1rem,4vw,4rem);line-height:1;margin:14px 0}
.price-section p{color:#c8d6d0}
.price-list{background:white;color:var(--ink);border-radius:24px;overflow:hidden}
.price-line{display:flex;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid var(--line)}
.price-line:last-child{border-bottom:none}
.price-line.total{background:#efe5da;font-size:1.15rem}
.price-line strong{white-space:nowrap}
.contact-card{
  padding:34px;border-radius:32px;background:rgba(255,255,255,.76);border:1px solid var(--line);
  display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center
}
.contact-card h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1;margin:10px 0}
.contact-links{display:flex;gap:12px;flex-wrap:wrap}
.footer{padding:34px 0 42px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}
.footer strong{color:var(--ink)}
.muted{color:var(--muted)}
.mobile-only{display:none}
@media(max-width:980px){
  .nav-links{display:none}
  .hero-grid,.junior-story,.price-section,.contact-card{grid-template-columns:1fr}
  .hero-media,.hero-media img{min-height:520px}
  .product-grid{grid-template-columns:1fr}
  .trust-row{grid-template-columns:repeat(2,1fr)}
  .section-head{align-items:start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 22px,1180px)}
  .nav{min-height:68px}
  .brand-copy small{display:none}
  .nav-actions .btn{display:none}
  .hero{padding-top:34px}
  .hero h1{font-size:3.35rem}
  .hero-media,.hero-media img{min-height:430px}
  .float-card{left:12px;right:12px;bottom:12px;flex-direction:column;align-items:flex-start}
  .trust-row{grid-template-columns:1fr 1fr}
  .section{padding:64px 0}
  .story-points{grid-template-columns:1fr}
  .price-section{padding:24px}
  .price-line{padding:15px 16px}
  .dim-caption{flex-direction:column}
}


/* V2 visual product presentation */
.product-grid{
  align-items:stretch;
}
.visual-product-card{
  overflow:hidden;
  padding:0;
}
.visual-product-card .product-kicker,
.visual-product-card h3,
.visual-product-card > p,
.visual-product-card .specs,
.visual-product-card > .btn{
  margin-left:24px;
  margin-right:24px;
}
.visual-product-card .product-kicker{
  margin-top:22px;
}
.visual-product-card > .btn{
  margin-bottom:24px;
}
.product-photo{
  height:255px;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 50% 45%, #ffffff 0%, #faf8f4 55%, #eee7dd 100%);
  border-bottom:1px solid var(--line);
}
.product-photo img{
  width:100%;
  height:100%;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.product-photo-seat{
  height:300px;
}
@media(max-width:980px){
  .product-photo,.product-photo-seat{height:auto;min-height:300px}
  .product-photo img{max-height:420px}
}


/* === V3: hero más visual + Profi destacado + CTA PDF + WhatsApp === */
.hero-showcase{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  grid-template-rows:1fr 1fr;
  gap:14px;
  min-height:630px;
}
.hero-main-photo{
  grid-row:1/3;
  position:relative;
  overflow:hidden;
  border-radius:34px;
  box-shadow:var(--shadow);
  min-height:630px;
}
.hero-main-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
}
.hero-main-photo::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 58%,rgba(16,38,32,.50) 100%);
}
.hero-photo-label{
  position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:#fff;
}
.hero-photo-label strong{display:block;font-size:1.2rem}
.hero-photo-label span{font-size:.86rem;color:rgba(255,255,255,.84)}

.hero-profi-card{
  background:rgba(255,255,255,.86);
  border:1px solid var(--line);
  border-radius:26px;
  padding:14px;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(31,49,43,.10);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:.2s ease;
}
.hero-profi-card:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(31,49,43,.15)}
.hero-profi-card img{
  width:100%;height:185px;object-fit:contain;
  background:radial-gradient(circle,#fff 0%,#f5efe7 100%);
  border-radius:18px;
  mix-blend-mode:multiply;
}
.hero-profi-card strong{display:block;margin-top:10px;font-size:1.03rem}
.hero-profi-card span{font-size:.8rem;color:var(--muted)}

.btn-pdf{
  background:#fff;
  border-color:rgba(180,44,44,.18);
  color:#8e2f2f;
  box-shadow:0 8px 22px rgba(135,40,40,.08);
}
.pdf-icon{
  display:inline-grid;
  place-items:center;
  width:31px;height:31px;
  border-radius:8px;
  background:#cf3f3f;
  color:white;
  font-size:.64rem;
  font-weight:950;
  letter-spacing:.04em;
  box-shadow:inset 0 -3px 0 rgba(0,0,0,.08);
}
.btn-whatsapp{
  background:#fff;
  border-color:rgba(37,211,102,.28);
  color:#176b37;
}
.wa-logo{
  width:31px;height:31px;border-radius:50%;
  display:grid;place-items:center;
  background:#25D366;color:white;
  font-weight:900;font-size:1rem;
  position:relative;
}
.wa-logo::after{
  content:"";position:absolute;left:2px;bottom:-2px;
  width:8px;height:8px;background:#25D366;
  clip-path:polygon(0 0,100% 0,0 100%);
}
.wa-logo span{transform:rotate(-18deg);display:block;line-height:1}

@media(max-width:980px){
  .hero-showcase{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto auto;
    min-height:unset;
  }
  .hero-main-photo{grid-column:1/3;grid-row:auto;min-height:500px}
  .hero-profi-card img{height:210px}
}
@media(max-width:640px){
  .hero-showcase{grid-template-columns:1fr}
  .hero-main-photo{grid-column:auto;min-height:440px}
  .hero-profi-card img{height:220px}
}


/* === V4: structure commerciale séquentielle ===
   Hero général -> Junior VI -> Profi T-45 -> Contact
*/
.section-profi{
  background:
    radial-gradient(circle at 86% 12%, rgba(185,111,76,.10), transparent 22rem),
    linear-gradient(180deg, rgba(255,255,255,.46), rgba(245,239,230,.72));
  border-block:1px solid rgba(23,49,44,.07);
}

.profi-feature-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
}

.profi-feature-card{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:34px;
  align-items:center;
  padding:28px;
  border-radius:30px;
  background:rgba(255,253,249,.92);
  border:1px solid var(--line);
  box-shadow:0 16px 44px rgba(33,50,45,.08);
}

.profi-seat-card{
  background:linear-gradient(135deg,#fffdfa 0%,#f0e7db 100%);
}

.profi-feature-image{
  min-height:390px;
  border-radius:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:radial-gradient(circle at 50% 42%,#fff 0%,#f8f5f0 58%,#ece4d9 100%);
  overflow:hidden;
}

.profi-feature-image img{
  width:100%;
  height:100%;
  max-height:420px;
  object-fit:contain;
  mix-blend-mode:multiply;
}

.profi-feature-content h3{
  margin:8px 0 10px;
  font-size:clamp(2rem,4vw,3.6rem);
  line-height:1;
  letter-spacing:-.035em;
}

.profi-feature-content > p{
  color:var(--muted);
  font-size:1.02rem;
}

.profi-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}

@media(max-width:980px){
  .profi-feature-card{
    grid-template-columns:1fr;
  }
  .profi-feature-image{
    min-height:320px;
  }
}

/* V4.2 — prix visibles en version française */
.product-price{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:18px;
  margin:12px 24px 4px;
  padding:12px 15px;
  border-radius:15px;
  background:rgba(185,111,76,.11);
  border:1px solid rgba(185,111,76,.16);
}
.product-price span{
  color:var(--clay-dark);
  font-size:.76rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.product-price strong{
  color:var(--ink);
  font-size:1.42rem;
  letter-spacing:-.02em;
}
.profi-feature-content .product-price{
  margin:12px 0 8px;
  max-width:250px;
}


/* V4.3 — le prix Junior apparaît uniquement dans sa section détaillée */
.detail-price{
  display:inline-flex;
  align-items:baseline;
  gap:20px;
  margin:2px 0 18px;
  padding:13px 18px;
  border-radius:16px;
  background:rgba(185,111,76,.12);
  border:1px solid rgba(185,111,76,.18);
}
.detail-price span{
  color:var(--clay-dark);
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.detail-price strong{
  color:var(--ink);
  font-size:1.65rem;
  line-height:1;
  letter-spacing:-.025em;
}


/* V4.7 — SEO éditorial sans alourdir la page */
.seo-h1-line{
  display:block;
  font-size:clamp(2.55rem,5.7vw,5.3rem);
  line-height:.98;
}
.hero-emotional{
  display:block;
  margin-top:12px;
  color:var(--clay);
  font-size:clamp(1.65rem,3.3vw,3rem);
  line-height:1.05;
  font-weight:700;
  letter-spacing:-.03em;
}
.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.why-card{
  padding:24px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(23,49,44,.08);
}
.why-card strong{
  display:block;
  margin-bottom:9px;
  color:var(--ink);
  font-size:1.05rem;
}
.why-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.faq-list{
  max-width:900px;
  margin:0 auto;
}
.faq-list details{
  padding:18px 0;
  border-bottom:1px solid rgba(23,49,44,.14);
}
.faq-list summary{
  cursor:pointer;
  color:var(--ink);
  font-weight:800;
  font-size:1.05rem;
}
.faq-list details p{
  margin:12px 0 0;
  color:var(--muted);
  line-height:1.7;
}
@media(max-width:900px){
  .why-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .why-grid{grid-template-columns:1fr}
  .seo-h1-line{font-size:clamp(2.25rem,11vw,3.35rem)}
  .hero-emotional{font-size:clamp(1.45rem,7vw,2.05rem)}
}


/* V4.8 — séparation claire du titre principal */
.seo-h1-line{
  display:block;
  color:var(--ink, #17312c);
  margin-bottom:24px;
}
.hero-emotional{
  display:block;
  margin-top:0;
  color:var(--clay, #b96f4c);
}


/* V4.9 — correction de priorité CSS du H1 */
.hero h1 .seo-h1-line,
.hero-copy h1 .seo-h1-line{
  color:#17312c !important;
}
.hero h1 .hero-emotional,
.hero-copy h1 .hero-emotional{
  color:#b96f4c;
}

/* V4.10 — titre SEO noir */
.hero h1 > span.seo-h1-line{
  color:#111111 !important;
}
