/* Houtcraft — feuille de style */
@font-face{font-family:"Plus Jakarta Sans";src:url(/assets/fonts/plus-jakarta-sans-latin-400-normal.woff2) format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"Plus Jakarta Sans";src:url(/assets/fonts/plus-jakarta-sans-latin-500-normal.woff2) format("woff2");font-weight:500;font-display:swap}
@font-face{font-family:"Plus Jakarta Sans";src:url(/assets/fonts/plus-jakarta-sans-latin-600-normal.woff2) format("woff2");font-weight:600;font-display:swap}
@font-face{font-family:"Plus Jakarta Sans";src:url(/assets/fonts/plus-jakarta-sans-latin-700-normal.woff2) format("woff2");font-weight:700;font-display:swap}

:root{
  --fond:#FAF7F2; --fond-2:#F1EADF; --blanc:#FFFFFF;
  --texte:#2E1D10; --texte-2:#5E4B3B; --texte-3:#6A5746;
  --brun:#4A2A12; --brun-fonce:#3A2210; --olive:#4E5733; --olive-clair:#DDE1CC;
  --filet:#E4DACB; --photo:#E8DFD2;
  --largeur:1200px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--fond);color:var(--texte);font-family:"Plus Jakarta Sans","Segoe UI",Arial,sans-serif;font-size:17px;line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{color:var(--texte)}
a:hover{color:var(--brun)}
:focus-visible{outline:3px solid var(--olive);outline-offset:2px}
h1,h2,h3{font-weight:500;line-height:1.2;color:var(--brun);margin:0}
p{margin:0}
.conteneur{max-width:var(--largeur);margin:0 auto;padding:0 24px}
.masque{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* Bandeau */
.bandeau{display:block;background:var(--brun);color:#fff;text-align:center;padding:11px 16px;font-size:15px;text-decoration:none}
.bandeau:hover{color:#fff;text-decoration:underline}

/* En-tête */
.entete{background:var(--blanc);border-bottom:1px solid var(--filet)}
.entete .conteneur{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:116px}
.logo img{width:94px;height:91px;object-fit:cover;border-radius:6px}
.nav{display:flex;gap:34px}
.nav a{text-decoration:none;font-size:16px}
.nav a[aria-current="page"]{text-decoration:underline;text-underline-offset:6px}
.langues{display:flex;border:1px solid #D8CCBA;border-radius:6px;overflow:hidden;font-size:14px;font-weight:600}
.langues a{padding:8px 12px;text-decoration:none}
.langues a[aria-current="true"]{background:var(--brun);color:#fff}
.menu-mobile{display:none}

/* Titres de page */
.accroche{text-align:center;padding:96px 24px 64px;max-width:960px;margin:0 auto}
.accroche h1{font-size:clamp(34px,5vw,58px);letter-spacing:-.02em;margin-bottom:22px}
.accroche p{font-size:clamp(16px,1.6vw,20px);color:var(--texte-2)}
.accroche strong{color:var(--texte)}

.confiance{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:30px 0;border-top:1px solid var(--filet);border-bottom:1px solid var(--filet)}
.confiance div{display:flex;align-items:center;justify-content:center;gap:12px;font-size:15px}
.confiance svg{flex-shrink:0}

.section{padding:88px 0}
.section-teinte{background:var(--fond-2)}
.tete-section{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:36px}
.tete-section h2,.section h2{font-size:clamp(28px,3.4vw,42px)}
.lien-fort{font-weight:600;font-size:16px}

/* Cartes plans */
.grille-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.carte{display:flex;flex-direction:column;text-decoration:none;border-radius:10px;overflow:hidden;background:var(--olive);color:#fff}
.carte:hover{color:#fff}
.carte img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--photo)}
.carte-corps{display:flex;flex-direction:column;gap:6px;padding:22px 24px 26px}
.carte-ref{font-size:13px;font-weight:600;color:var(--olive-clair)}
.carte-titre{font-size:21px;font-weight:500;line-height:1.3}
.carte-sous{font-size:14px;color:var(--olive-clair)}
.carte-prix{font-size:21px;font-weight:600;margin-top:10px}
.carte:hover .carte-titre{text-decoration:underline;text-underline-offset:4px}

/* Univers */
.grille-univers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.univers{display:flex;flex-direction:column;gap:14px;text-decoration:none}
.univers img{aspect-ratio:1/1;object-fit:cover;border-radius:10px;background:var(--photo)}
.univers-bas{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px}
.univers-nom{font-size:19px;font-weight:600}
.etiquette{font-size:13px;font-weight:600;padding:5px 10px;border-radius:20px;background:var(--filet);color:var(--brun);white-space:nowrap}
.etiquette-ok{background:var(--olive);color:#fff}

/* Deux colonnes */
.deux-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:72px;align-items:center}
.deux-col img{border-radius:10px;width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--photo)}
.pile{display:flex;flex-direction:column;gap:20px}
.pile p{font-size:18px;color:var(--texte-2)}
.coches{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;font-size:18px}
.coches li{display:flex;align-items:center;gap:12px}
.coches svg{flex-shrink:0}

.bouton{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 28px;border-radius:8px;background:var(--brun);color:#fff;font-size:17px;font-weight:600;text-decoration:none;border:none;font-family:inherit;cursor:pointer}
.bouton:hover{background:var(--brun-fonce);color:#fff}
.bouton[aria-disabled="true"]{background:#9C8A78;cursor:default}
.pile .bouton{align-self:flex-start}

.centre{text-align:center;max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:14px;align-items:center}
.centre p{font-size:18px;color:var(--texte-2)}

/* Newsletter */
.newsletter{display:flex;justify-content:space-between;align-items:center;gap:48px;padding:56px 64px;border-radius:12px;background:var(--olive);color:#fff;margin-bottom:88px}
.newsletter h2{color:#fff;font-size:clamp(26px,3vw,36px);margin-bottom:12px}
.newsletter p{color:#E4E7D6}
.newsletter form{display:flex;flex-direction:column;gap:8px}
.newsletter label{font-size:14px;color:#E4E7D6}
.newsletter .ligne{display:flex;gap:10px}
.newsletter input{width:300px;height:50px;padding:0 16px;border:none;border-radius:8px;font-size:16px;font-family:inherit}
.newsletter button{height:50px;padding:0 24px;border:none;border-radius:8px;background:var(--fond);color:var(--texte);font-size:16px;font-weight:600;font-family:inherit;cursor:pointer}
.newsletter button:disabled{opacity:.6;cursor:default}
.newsletter .note{font-size:14px}

/* Fiche plan */
.ariane{padding:26px 0;font-size:14px;color:var(--texte-3)}
.ariane a{color:var(--texte-3)}
.ariane span[aria-hidden]{margin:0 8px}
.fiche{display:grid;grid-template-columns:minmax(0,11fr) minmax(0,9fr);gap:64px;padding-bottom:80px}
.galerie-principale{width:100%;aspect-ratio:8/7;object-fit:cover;border-radius:10px;background:var(--photo)}
.vignettes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px}
.vignettes button{padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:var(--photo)}
.vignettes button[aria-pressed="true"]{border-color:var(--brun)}
.vignettes img{width:100%;aspect-ratio:1/1;object-fit:cover}
.fiche-infos{display:flex;flex-direction:column;gap:22px}
.fiche-ref{font-size:14px;font-weight:600;color:var(--texte-3)}
.fiche-infos h1{font-size:clamp(30px,3.4vw,44px)}
.fiche-prix{font-size:30px;font-weight:600}
.fiche-prix small{font-size:15px;font-weight:400;color:var(--texte-3)}
.fiche-infos p{font-size:18px;color:var(--texte-2)}
.fiche-infos .bouton{width:100%;min-height:58px;font-size:18px}
.fiche-note{font-size:14px;color:var(--texte-3);text-align:center}
.caracteristiques{margin:6px 0 0;border-top:1px solid var(--filet)}
.caracteristiques div{display:flex;justify-content:space-between;gap:24px;padding:15px 0;border-bottom:1px solid var(--filet);font-size:16px}
.caracteristiques dt{color:var(--texte-3)}
.caracteristiques dd{margin:0;text-align:right;font-weight:500}

/* Textes longs (pages légales, à propos) */
.texte-long{max-width:760px;margin:0 auto;padding:64px 24px 96px}
.texte-long h1{font-size:clamp(30px,4vw,44px);margin-bottom:28px}
.texte-long h2{font-size:24px;margin:36px 0 12px}
.texte-long p,.texte-long li{color:var(--texte-2);margin-bottom:12px}
.texte-long img{border-radius:10px;margin:8px 0 28px;width:100%;aspect-ratio:4/3;object-fit:cover}

/* Pied de page */
.pied{background:var(--brun-fonce);color:#EADFD0;padding:64px 0 40px;font-size:15px}
.pied a{color:#EADFD0;text-decoration:none}
.pied a:hover{color:#fff;text-decoration:underline}
.pied-grille{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px}
.pied-grille div{display:flex;flex-direction:column;gap:12px}
.pied-titre{font-weight:600;color:#fff}
.pied-marque{font-size:24px;font-weight:700;color:#fff}
.pied-bas{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:48px;padding-top:24px;border-top:1px solid #5A3A20;font-size:14px}

/* Choix de langue (racine) */
.choix{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:24px;text-align:center}
.choix img{width:180px;height:174px;object-fit:cover;border-radius:10px}
.choix-liens{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}

/* Mobile */
@media (max-width:960px){
  .nav,.entete .langues{display:none}
  .entete .conteneur{min-height:76px;padding:0 12px 0 16px}
  .logo img{width:62px;height:60px}
  .menu-mobile{display:block;position:relative}
  .menu-mobile summary{list-style:none;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center}
  .menu-mobile summary::-webkit-details-marker{display:none}
  .menu-mobile[open] .menu-panneau{display:flex}
  .menu-panneau{display:none;position:absolute;right:0;top:50px;z-index:10;width:240px;flex-direction:column;gap:4px;padding:14px;background:#fff;border:1px solid var(--filet);border-radius:10px;box-shadow:0 8px 24px rgba(58,34,16,.15)}
  .menu-panneau a{padding:10px 8px;text-decoration:none;font-size:16px}
  .menu-panneau .langues{display:flex;margin-top:8px;align-self:flex-start}
  .menu-panneau .langues a{padding:8px 12px}
  .accroche{padding:44px 24px 36px}
  .confiance{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px;font-size:13px}
  .confiance div{justify-content:flex-start;font-size:13px}
  .section{padding:48px 0}
  .grille-plans{grid-template-columns:minmax(0,1fr)}
  .grille-univers{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .deux-col{grid-template-columns:minmax(0,1fr);gap:28px}
  .newsletter{flex-direction:column;align-items:stretch;padding:32px 24px;gap:20px;margin-bottom:48px}
  .newsletter .ligne{flex-direction:column}
  .newsletter input{width:100%}
  .fiche{grid-template-columns:minmax(0,1fr);gap:32px;padding-bottom:48px}
  .pied-grille{grid-template-columns:minmax(0,1fr);gap:28px}
  .tete-section{flex-direction:column;gap:8px}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

/* Articles de blog */
.carte-article{background:var(--blanc);color:var(--texte);border:1px solid var(--filet)}
.carte-article:hover{color:var(--texte)}
.carte-article .carte-ref,.carte-article .carte-sous{color:var(--texte-3)}
.prose{max-width:760px}
.prose h2{font-size:clamp(24px,2.6vw,30px);margin:36px 0 12px}
.prose h3{font-size:21px;margin:28px 0 10px}
.prose p,.prose li{font-size:18px;color:var(--texte-2);margin:0 0 14px}
.prose ul,.prose ol{padding-left:22px;margin:0 0 16px}
.prose figure{margin:24px 0}
.prose img{border-radius:10px;width:100%;height:auto;aspect-ratio:auto}
.prose .date{font-size:15px;color:var(--texte-3);margin:-14px 0 20px}
.prose .couverture{aspect-ratio:3/2;object-fit:cover;margin:0 0 28px}
