/* =========================================================================
   AquilOhm 2026 — Feuille de style principale
   Palette extraite des maquettes : orange #EF7F1A, brun #271E1B,
   taupe #C0B2A1, crème #F6F3EF, vert olive #798C32.
   ========================================================================= */

:root{
	--aq-accent:#EF7F1A;
	--aq-accent-2:#F9A825;
	--aq-dark:#271E1B;
	--aq-dark-2:#3A2F2A;
	--aq-taupe:#C0B2A1;
	--aq-taupe-soft:#D8CCBC;
	--aq-cream:#F6F3EF;
	--aq-card:#FAF8F5;
	--aq-green:#798C32;
	--aq-border:#E6DFD5;
	--aq-text:#2C2522;
	--aq-muted:#6F6864;
	--aq-white:#FFFFFF;

	--font-body:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
	--font-display:'Playfair Display',Georgia,'Times New Roman',serif;

	--aq-radius:14px;
	--aq-radius-lg:22px;
	--aq-shadow:0 14px 40px rgba(39,30,27,.10);
	--aq-shadow-sm:0 6px 18px rgba(39,30,27,.08);
	--aq-max:1180px;
	--aq-gut:24px;
}

/* ---------- Reset léger ---------- */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
	margin:0;
	font-family:var(--font-body);
	font-weight:400;
	color:var(--aq-text);
	background:var(--aq-white);
	line-height:1.65;
	-webkit-font-smoothing:antialiased;
	max-width:100%;
}
img{max-width:100%;height:auto;display:block}
iframe,video,svg,table{max-width:100%}
a{color:var(--aq-accent);text-decoration:none}
a:hover{text-decoration:none}
p{margin:0 0 1rem}
h1,h2,h3,h4{margin:0 0 .6em;line-height:1.2}

/* ---------- Accessibilité ---------- */
.aq-skip{position:absolute;top:0;left:0;transform:translateY(-130%);background:var(--aq-dark);color:#fff;padding:10px 16px;z-index:9999;border-radius:0 0 8px 0;transition:transform .2s ease}
.aq-skip:focus{transform:translateY(0)}
:focus-visible{outline:3px solid var(--aq-accent);outline-offset:2px;border-radius:4px}

/* ---------- Conteneur ---------- */
.aq-container{width:100%;max-width:var(--aq-max);margin:0 auto;padding:0 var(--aq-gut)}
.aq-narrow{max-width:820px;margin-left:auto;margin-right:auto}
.aq-center{text-align:center}

/* ---------- Titres ---------- */
.aq-h1{font-family:var(--font-display);font-size:clamp(2.1rem,4.5vw,3.4rem);font-weight:600;color:var(--aq-dark)}
.aq-h1 em{font-style:italic;font-weight:500}
.aq-h1--light{color:#fff}
.aq-h2{font-family:var(--font-display);font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:600;color:var(--aq-dark)}
.aq-h2--light{color:#fff}
.aq-eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--aq-muted);font-weight:600;margin-bottom:.4rem}
.aq-eyebrow--light{color:rgba(255,255,255,.7)}
.aq-accent{color:var(--aq-accent)}
.aq-h2.aq-center{margin-bottom:1.6rem}

/* ---------- Boutons ---------- */
.aq-btn{
	display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
	font-family:var(--font-body);font-weight:500;font-size:.95rem;
	padding:.85em 1.6em;border-radius:999px;border:1.5px solid transparent;
	cursor:pointer;transition:transform .15s ease,background .2s ease,color .2s ease,border-color .2s ease;
	text-align:center;line-height:1.1;
}
.aq-btn:hover{transform:translateY(-2px)}
.aq-btn--accent{background:var(--aq-accent);color:#fff;border-color:var(--aq-accent)}
.aq-btn--accent:hover{background:#d96e0e;border-color:#d96e0e}
.aq-btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}
.aq-btn--ghost:hover{background:#fff;color:var(--aq-dark);border-color:#fff}
.aq-btn--dark{background:var(--aq-dark);color:#fff;border-color:var(--aq-dark)}
.aq-btn--dark:hover{background:#000}
.aq-btn--sm{padding:.6em 1.2em;font-size:.85rem}
.aq-btn--block{width:100%}

/* =========================================================================
   EN-TÊTE
   ========================================================================= */
.aq-header{position:sticky;top:0;z-index:500;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--aq-border)}
.aq-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:78px}
.aq-brand img{max-height:54px;width:auto}
.aq-logo-img{max-height:58px;width:auto;display:block}

/* Logo texte de repli */
.aq-logo-text{display:inline-flex;flex-direction:column;line-height:1}
.aq-logo-mark{font-family:var(--font-body);font-weight:700;font-size:1.7rem;letter-spacing:.02em;color:var(--aq-dark);display:inline-flex;align-items:center}
.aq-logo-text--light .aq-logo-mark{color:#fff}
.aq-logo-sub{font-size:.62rem;letter-spacing:.06em;color:var(--aq-accent);margin-top:3px;text-transform:none;font-weight:500}
.aq-sun{display:inline-block;width:1.05em;height:1.05em;margin:0 .02em;border-radius:50%;
	background:radial-gradient(circle at 50% 45%,#FFD27A 0%,var(--aq-accent-2) 45%,var(--aq-accent) 100%);
	box-shadow:0 0 0 2px rgba(239,127,26,.18);transform:translateY(.05em)}

/* Navigation */
.aq-nav{display:flex;align-items:center;gap:1.4rem}
.aq-menu{display:flex;align-items:center;gap:1.3rem;list-style:none;margin:0;padding:0;flex-wrap:nowrap}
.aq-menu li{margin:0}
.aq-menu a{color:var(--aq-text);font-size:.92rem;font-weight:500;white-space:nowrap;padding:.3em 0;position:relative}
.aq-menu a:hover{color:var(--aq-accent)}
.aq-menu .current-menu-item>a{color:var(--aq-accent)}
.aq-nav-cta{white-space:nowrap}

/* Burger */
.aq-burger{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:8px;cursor:pointer}
.aq-burger span{display:block;width:26px;height:2px;background:var(--aq-dark);transition:.25s}
.aq-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.aq-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.aq-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* =========================================================================
   HÉRO ACCUEIL
   ========================================================================= */
.aq-hero{position:relative;min-height:560px;display:flex;align-items:center;
	background:linear-gradient(90deg,var(--aq-dark) 0%,#3a2c25 55%,#6c5648 100%);
	background-size:cover;background-position:center;color:#fff;overflow:hidden}
.aq-hero-inner{position:relative;z-index:2;padding:80px var(--aq-gut)}
.aq-hero-text{max-width:540px}
.aq-hero-eyebrow{font-size:.95rem;color:rgba(255,255,255,.85);margin-bottom:1rem;font-weight:400}
.aq-hero-title{font-family:var(--font-display);font-size:clamp(2rem,7vw,4rem);font-weight:600;line-height:1.08;margin-bottom:1.2rem;overflow-wrap:break-word}
.aq-hero-title em{font-style:italic;font-weight:500;display:inline-block}
.aq-hero-desc{font-size:1.02rem;color:rgba(255,255,255,.88);max-width:430px;margin-bottom:1.8rem}
.aq-hero-btns{display:flex;gap:.9rem;flex-wrap:wrap}
.aq-hero-badge{position:absolute;right:24px;bottom:22px;z-index:3;display:inline-flex;align-items:center;gap:.5rem;
	background:rgba(39,30,27,.72);color:#fff;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;
	padding:.5em .9em;border-radius:6px;border:1px solid rgba(255,255,255,.25)}
.aq-flag{width:20px;height:14px;border-radius:2px;flex:0 0 auto;
	background:linear-gradient(90deg,#0055A4 0 33.3%,#fff 33.3% 66.6%,#EF4135 66.6% 100%)}

/* =========================================================================
   ATOUTS
   ========================================================================= */
.aq-atouts{background:#fff;padding:46px 0}
.aq-atouts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.aq-atout{text-align:center;padding:6px 26px;border-right:1px solid var(--aq-border)}
.aq-atout:last-child{border-right:0}
.aq-atout-ico{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:50%;
	background:var(--aq-cream);color:var(--aq-accent);margin-bottom:1rem}
.aq-atout-ico .aq-ico{width:30px;height:30px}
.aq-atout-title{font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--aq-dark);margin-bottom:.6rem}
.aq-atout p{font-size:.85rem;color:var(--aq-muted);margin:0;line-height:1.5}

/* =========================================================================
   CONFORT (comparatif thermique)
   ========================================================================= */
.aq-comfort{padding:70px 0;background:#fff}
.aq-comfort-single{margin:1.6rem auto 0;max-width:1000px;text-align:center}
.aq-comfort-single img{width:100%;height:auto;border-radius:14px;box-shadow:var(--aq-shadow-sm)}

/* =========================================================================
   GAMME
   ========================================================================= */
.aq-gamme{padding:72px 0;background:var(--aq-cream)}
.aq-gamme .aq-eyebrow{text-align:center}
.aq-gamme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:2.2rem 0}
.aq-card-product{background:#fff;border-radius:var(--aq-radius);overflow:hidden;box-shadow:var(--aq-shadow-sm);transition:transform .2s,box-shadow .2s}
.aq-card-product:hover{transform:translateY(-4px);box-shadow:var(--aq-shadow)}
.aq-card-img{aspect-ratio:4/3;background:linear-gradient(135deg,#efe9e1,#d9cfc2);background-size:cover;background-position:center}
.aq-card-body{padding:18px 20px 22px}
.aq-card-title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--aq-dark);margin-bottom:.4rem}
.aq-card-spec{font-size:.84rem;color:var(--aq-muted);margin-bottom:.7rem;line-height:1.5}
.aq-card-price{font-weight:700;color:var(--aq-dark);margin-bottom:.7rem}
.aq-card-link{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--aq-dark);display:inline-flex;gap:.4rem;align-items:center}
.aq-card-link:hover{color:var(--aq-accent)}

/* =========================================================================
   INNOVATION (sombre)
   ========================================================================= */
.aq-innov{background:var(--aq-dark);color:#fff;padding:64px 0}
.aq-innov-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}
.aq-innov-img{aspect-ratio:1/1;border-radius:10px;background:linear-gradient(135deg,#efeae3,#cfc6ba);background-size:cover;background-position:center;max-width:330px}
.aq-innov-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:1.6rem}
.aq-innov-badge{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.7rem}
.aq-innov-ico{color:#fff;opacity:.95}
.aq-innov-ico .aq-ico{width:34px;height:34px}
.aq-innov-badge span:last-child{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.85);line-height:1.4}
.aq-innov-badge::after{content:"";display:block;width:30px;height:2px;background:var(--aq-accent);margin-top:.3rem}

/* =========================================================================
   AVIS CLIENTS
   ========================================================================= */
.aq-reviews{padding:64px 0;background:#fff}
.aq-reviews-viewport{overflow:hidden;margin-top:1.8rem;
	-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
	mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.aq-reviews-track{display:flex;width:max-content;animation:aq-marquee 46s linear infinite}
.aq-reviews-track--static{width:auto;justify-content:center;flex-wrap:wrap;gap:24px;animation:none}
.aq-reviews-viewport:hover .aq-reviews-track{animation-play-state:paused}
@keyframes aq-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.aq-review{flex:0 0 330px;max-width:330px;margin-right:24px;display:flex;flex-direction:column;border:1px solid var(--aq-border);border-radius:var(--aq-radius);padding:22px;background:var(--aq-card)}
.aq-reviews-track--static .aq-review{margin-right:0}
.aq-review-head{display:flex;align-items:center;gap:.7rem;margin-bottom:.6rem}
.aq-review-avatar{width:40px;height:40px;border-radius:50%;background:var(--aq-taupe);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex:0 0 auto}
.aq-review-head strong{display:block;font-size:.92rem;color:var(--aq-dark)}
.aq-review-src{font-size:.74rem;color:var(--aq-muted)}
.aq-stars{color:#FBBC05;letter-spacing:2px;font-size:.95rem;margin-bottom:.5rem}
.aq-stars--sm{font-size:.85rem;margin:0}
.aq-review-text{font-size:.88rem;color:var(--aq-text);margin-bottom:.6rem}
.aq-review-date{font-size:.76rem;color:var(--aq-muted);margin-top:auto}
.aq-reviews-cta{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2.2rem}
.aq-google-badge{display:inline-flex;align-items:center;gap:.45rem;font-size:.95rem;color:var(--aq-dark)}
.aq-google-badge strong{font-weight:700}
.aq-google-count{color:var(--aq-muted);font-size:.85rem}

/* =========================================================================
   CARTE DES IMPLANTATIONS
   ========================================================================= */
.aq-map-sec{padding:64px 0;background:var(--aq-cream)}
.aq-map-wrap{max-width:900px;margin:1.4rem auto 0}
.aq-map-wrap iframe{width:100%;min-height:460px;border:0;border-radius:var(--aq-radius);box-shadow:var(--aq-shadow-sm)}
.aq-map-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;
	aspect-ratio:16/9;border-radius:var(--aq-radius);background:linear-gradient(135deg,#cfe0c9,#a9c7e0);
	color:var(--aq-dark);font-weight:600;text-align:center;border:1px solid var(--aq-border);box-shadow:var(--aq-shadow-sm)}
.aq-map-placeholder:hover{filter:brightness(1.03)}
.aq-map-pin{width:26px;height:26px;border-radius:50% 50% 50% 0;background:var(--aq-accent);transform:rotate(-45deg);box-shadow:0 4px 10px rgba(0,0,0,.25)}
.aq-map-pin::after{content:"";position:absolute;width:10px;height:10px;background:#fff;border-radius:50%;margin:8px 0 0 8px}

/* =========================================================================
   PIED DE PAGE
   ========================================================================= */
.aq-footer{background:var(--aq-dark);color:rgba(255,255,255,.82);padding:54px 0 40px}
.aq-footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:36px}
.aq-footer-brand img{max-height:48px;margin-bottom:1rem;filter:brightness(0) invert(1)}
.aq-footer-brand .aq-logo-text{margin-bottom:1rem}
.aq-footer-tagline{font-size:.85rem;line-height:1.6;color:rgba(255,255,255,.7);max-width:300px}
.aq-foot-title{font-family:var(--font-display);font-size:1.15rem;color:#fff;font-weight:600;margin-bottom:1rem;position:relative;padding-left:14px}
.aq-foot-title::before{content:"";position:absolute;left:0;top:.1em;bottom:.1em;width:3px;background:var(--aq-accent);border-radius:2px}
.aq-foot-menu,.aq-footer-col .aq-menu{list-style:none;margin:0;padding:0;display:block}
.aq-foot-menu li,.aq-footer-col .aq-menu li{margin:0 0 .55rem}
.aq-foot-menu a,.aq-footer-col .aq-menu a{color:rgba(255,255,255,.78);font-size:.88rem;display:inline-block}
.aq-foot-menu a:hover,.aq-footer-col .aq-menu a:hover{color:var(--aq-accent)}
.aq-foot-address{font-style:normal;font-size:.88rem;line-height:1.7;color:rgba(255,255,255,.78)}
.aq-foot-address strong{color:#fff}
.aq-socials{display:flex;gap:10px;flex-wrap:wrap}
.aq-social{width:38px;height:38px;border-radius:9px;background:var(--aq-accent);color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .15s,background .2s}
.aq-social:hover{transform:translateY(-2px);background:#d96e0e}

/* =========================================================================
   PAGE — QUI SOMMES-NOUS
   ========================================================================= */
.aq-qsn-hero{background:var(--aq-cream);padding:64px 0}
.aq-qsn-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.aq-qsn-hero-text p{color:var(--aq-text);max-width:520px}
.aq-qsn-hero-img{aspect-ratio:4/3;border-radius:var(--aq-radius);background:linear-gradient(135deg,#e4dccf,#cdbfac);background-size:cover;background-position:center;box-shadow:var(--aq-shadow-sm)}
.aq-qsn-values{display:grid;grid-template-columns:1fr 1fr;gap:18px 26px;margin-top:1.8rem}
.aq-qsn-value{display:flex;gap:.8rem;align-items:flex-start;border-left:1px solid var(--aq-border);padding-left:14px}
.aq-val-ico{color:var(--aq-dark);flex:0 0 auto}
.aq-val-ico .aq-ico{width:26px;height:26px}
.aq-qsn-value strong{display:block;font-size:.92rem;color:var(--aq-dark);margin-bottom:.15rem}
.aq-qsn-value span{font-size:.8rem;color:var(--aq-muted);line-height:1.45}

.aq-tech{padding:70px 0;background:#fff}
.aq-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.aq-tech-card{background:var(--aq-card);border:1px solid var(--aq-border);border-radius:var(--aq-radius);padding:24px 20px}
.aq-tech-ico{display:inline-flex;width:54px;height:54px;border-radius:50%;background:#fff;border:1px solid var(--aq-border);align-items:center;justify-content:center;color:var(--aq-accent);margin-bottom:1rem}
.aq-tech-card h3{font-family:var(--font-display);font-size:1.08rem;color:var(--aq-dark)}
.aq-tech-card p{font-size:.84rem;color:var(--aq-muted);margin:0;line-height:1.55}

.aq-durab{padding:70px 0;background:var(--aq-cream)}
.aq-durab-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}
.aq-durab-img{aspect-ratio:3/4;border-radius:var(--aq-radius);background:linear-gradient(135deg,#d8c9b3,#b39e82);background-size:cover;background-position:center;box-shadow:var(--aq-shadow-sm)}
.aq-durab-cols{display:grid;gap:24px}
.aq-durab-col{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}
.aq-durab-ico{color:var(--aq-dark)}
.aq-durab-col h3{font-family:var(--font-display);font-size:1.1rem;color:var(--aq-dark);margin-bottom:.3rem}
.aq-durab-col p{font-size:.85rem;color:var(--aq-muted);margin:0}

.aq-future{padding:70px 0;background:#fff}
.aq-future-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}
.aq-future-list{display:grid;gap:26px;align-content:center}
.aq-future-item{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}
.aq-future-ico{display:inline-flex;width:48px;height:48px;border-radius:12px;background:var(--aq-cream);align-items:center;justify-content:center;color:var(--aq-accent);flex:0 0 auto}
.aq-future-item strong{display:block;font-size:1rem;color:var(--aq-dark);margin-bottom:.25rem}
.aq-future-item p{font-size:.85rem;color:var(--aq-muted);margin:0}
.aq-future-card{border-radius:var(--aq-radius);padding:36px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:340px;
	background:linear-gradient(180deg,rgba(38,30,26,.25),rgba(38,30,26,.92)),linear-gradient(135deg,#6b7a3a,#3b4a1f)}
.aq-future-card h3{font-family:var(--font-display);font-size:1.4rem}
.aq-future-card p{color:rgba(255,255,255,.85);margin:0;font-size:.9rem}

.aq-stats{background:var(--aq-dark);color:#fff;padding:48px 0}
.aq-stats-grid{display:grid;grid-template-columns:1.1fr 1.6fr;gap:40px;align-items:center}
.aq-mission{display:grid;grid-template-columns:auto 1fr;gap:14px 18px;align-items:start}
.aq-mission-ico{color:var(--aq-green);grid-row:span 2}
.aq-mission h3{font-family:var(--font-display);font-size:1.3rem;margin:0;color:#fff}
.aq-mission p{grid-column:2;font-size:.86rem;color:rgba(255,255,255,.8);margin:0}
.aq-stats-nums{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.aq-stat{border-left:2px solid var(--aq-green);padding-left:14px}
.aq-stat-num{display:block;font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:#fff;line-height:1.1}
.aq-stat-label{font-size:.74rem;color:rgba(255,255,255,.7);line-height:1.4;display:block;margin-top:.3rem}

.aq-fab{padding:64px 0;background:#fff}
.aq-fab-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:1.4rem}
.aq-fab-img{aspect-ratio:1/1;border-radius:10px;background:linear-gradient(135deg,#e6ded2,#cbbca6);background-size:cover;background-position:center}

/* =========================================================================
   PAGE — PROFESSIONNELS
   ========================================================================= */
.aq-pro-hero{position:relative;color:#fff;padding:90px 0;background:linear-gradient(180deg,#2c211c,#4a382f);background-size:cover;background-position:center}
.aq-pro-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:1.4rem}
.aq-pro-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);padding:.45em .85em;border-radius:6px;font-size:.66rem;letter-spacing:.1em;text-transform:uppercase}
.aq-pro-hero-text{max-width:560px;color:rgba(255,255,255,.9);font-size:1rem;margin-bottom:1.6rem}
.aq-pro-hero-btns{display:flex;gap:.9rem;flex-wrap:wrap}

.aq-pro-intro{padding:56px 0;background:#fff}
.aq-pro-intro p{color:var(--aq-text)}

.aq-pro-seg{padding:0 0 46px;background:#fff}
.aq-pro-seg-banner{position:relative;min-height:400px;display:flex;align-items:center;color:#fff;
	background:linear-gradient(90deg,rgba(38,30,26,.85) 0%,rgba(38,30,26,.5) 55%,rgba(38,30,26,.15) 100%),linear-gradient(120deg,#3a2f28,#6a5648);background-size:cover;background-position:center}
.aq-pro-seg-inner{padding:44px 0}
.aq-pro-seg-title{font-family:var(--font-display);font-size:clamp(1.6rem,3.4vw,2.4rem);font-weight:600;color:#fff;margin-bottom:.6rem;text-transform:uppercase;letter-spacing:.02em}
.aq-pro-seg-text{max-width:560px;color:rgba(255,255,255,.92);font-size:.98rem;margin-bottom:1.2rem;line-height:1.6}
.aq-pro-seg-btns{display:flex;gap:.7rem;flex-wrap:wrap}
.aq-pro-pillars-title{font-size:1.15rem;letter-spacing:.14em;margin-top:3.6rem;margin-bottom:.8rem}
.aq-pro-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:1.4rem;margin-bottom:.5rem}
.aq-pro-pillar{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem;border-right:1px solid var(--aq-border);padding:0 18px}
.aq-pro-pillar:last-child{border-right:0}
.aq-pillar-ico{display:inline-flex;width:60px;height:60px;border-radius:50%;border:1.5px solid var(--aq-border);align-items:center;justify-content:center;color:var(--aq-accent)}
.aq-pillar-ico .aq-ico{width:28px;height:28px}
.aq-pillar-img{width:32px;height:32px;object-fit:contain;display:block}
.aq-pillar-title{font-size:.8rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--aq-dark);margin:.2rem 0 .1rem;line-height:1.3}
.aq-pillar-text{font-size:.82rem;color:var(--aq-muted);margin:0;line-height:1.5}

.aq-pro-adv{padding:60px 0 72px;background:var(--aq-cream)}
.aq-pro-adv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:1.6rem}
.aq-pro-adv-card{text-align:center;padding:0 14px;border-right:1px solid var(--aq-border)}
.aq-pro-adv-card:last-child{border-right:0}
.aq-adv-ico{display:inline-flex;width:62px;height:62px;border-radius:50%;background:#fff;border:1px solid var(--aq-border);align-items:center;justify-content:center;color:var(--aq-accent);margin-bottom:1rem}
.aq-pro-adv-card h3{font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--aq-dark)}
.aq-pro-adv-card p{font-size:.82rem;color:var(--aq-muted);margin:0}

/* =========================================================================
   PAGE — DEMANDE DE TARIFS (FORMULAIRE)
   ========================================================================= */
.aq-cf{background:var(--aq-taupe);padding:60px 0}
.aq-cf-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:start}
.aq-cf-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--aq-dark);text-transform:uppercase;line-height:1.05}
.aq-cf-intro{color:#4a3f37;max-width:360px;margin-bottom:2rem}
.aq-cf-adv{background:var(--aq-cream);border-radius:var(--aq-radius-lg);padding:30px 28px}
.aq-cf-adv-title{font-family:var(--font-display);font-size:1.4rem;color:var(--aq-dark);position:relative;padding-bottom:.5rem;margin-bottom:1.3rem}
.aq-cf-adv-title::after{content:"";position:absolute;left:0;bottom:0;width:46px;height:3px;background:var(--aq-accent)}
.aq-cf-adv-item{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;padding:14px 0;border-bottom:1px dashed var(--aq-border)}
.aq-cf-adv-item:last-child{border-bottom:0}
.aq-cf-adv-ico{color:var(--aq-taupe);width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center}
.aq-cf-adv-ico .aq-ico{width:34px;height:34px}
.aq-cf-adv-item strong{display:block;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--aq-taupe);margin-bottom:.2rem}
.aq-cf-adv-item p{font-size:.84rem;color:var(--aq-muted);margin:0}

.aq-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.aq-field{margin-bottom:18px}
.aq-field label{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--aq-dark);margin-bottom:.5rem}
.aq-field label span{color:var(--aq-accent)}
.aq-field-ico{width:20px;height:20px;color:var(--aq-dark)}
.aq-field input,.aq-field textarea{width:100%;border:0;background:#fff;border-radius:12px;padding:14px 16px;font-family:var(--font-body);font-size:.95rem;color:var(--aq-text);box-shadow:var(--aq-shadow-sm)}
.aq-field input::placeholder,.aq-field textarea::placeholder{color:#a8a29c}
.aq-field input:focus,.aq-field textarea:focus{outline:2px solid var(--aq-accent);outline-offset:0}
.aq-hp{position:absolute;left:-9999px;height:0;overflow:hidden}
.aq-cf-consent{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;font-size:.78rem;color:#4a3f37;margin:1.4rem 0}
.aq-cf-consent-ico{color:var(--aq-dark)}
.aq-cf-success{background:#e7f0d8;border:1px solid var(--aq-green);color:#3f4a18;padding:16px 18px;border-radius:12px;margin-bottom:1.4rem}
.aq-cf-error{background:#fbe4d6;border:1px solid var(--aq-accent);color:#7a3a0e;padding:16px 18px;border-radius:12px;margin-bottom:1.4rem}

/* =========================================================================
   WOOCOMMERCE + BLOG / PAGES GÉNÉRIQUES
   ========================================================================= */
.aq-page{padding:60px 0;background:#fff}
.aq-page-title{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--aq-dark);margin-bottom:1.4rem}
.aq-entry{max-width:780px;margin:0 auto}
.aq-entry img{border-radius:var(--aq-radius);margin:1rem 0}
.aq-woo{padding:50px 0 72px;background:#fff}

/* ---- Fil d'Ariane ---- */
.woocommerce .woocommerce-breadcrumb{font-size:.8rem;color:var(--aq-muted);margin-bottom:1.6rem}
.woocommerce .woocommerce-breadcrumb a{color:var(--aq-muted)}
.woocommerce .woocommerce-breadcrumb a:hover{color:var(--aq-accent)}

/* ---- Boutons (boutique, fiche, panier, commande, avis) ---- */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce .button,
.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button,.woocommerce #place_order,
.comment-form input[type=submit]{
	background:var(--aq-accent)!important;color:#fff!important;border:1.5px solid var(--aq-accent)!important;
	border-radius:999px!important;font-family:var(--font-body);font-weight:500;text-shadow:none;box-shadow:none;
	padding:.85em 1.7em!important;transition:background .2s ease,transform .15s ease}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,.woocommerce .button:hover,
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover,.woocommerce #place_order:hover,
.comment-form input[type=submit]:hover{background:#d96e0e!important;border-color:#d96e0e!important;transform:translateY(-2px)}
.woocommerce .single_add_to_cart_button{font-size:1rem;padding:.95em 2.2em!important}
.woocommerce .added_to_cart,.woocommerce .button.wc-backward{
	background:transparent!important;color:var(--aq-dark)!important;border-color:var(--aq-border)!important}

/* ---- Fiche produit ---- */
.woocommerce div.product .woocommerce-product-gallery img{border-radius:var(--aq-radius)}
.woocommerce div.product .product_title{font-family:var(--font-display);font-weight:600;color:var(--aq-dark);font-size:clamp(1.7rem,3vw,2.3rem);line-height:1.15;margin:0 0 .6rem}
.woocommerce div.product p.price,.woocommerce div.product span.price,
.woocommerce div.product p.price ins{color:var(--aq-dark);font-weight:700;font-size:1.55rem}
.woocommerce div.product p.price del{color:var(--aq-muted);font-weight:400;font-size:1.05rem}
.woocommerce div.product .woocommerce-product-details__short-description{color:var(--aq-text);line-height:1.65;margin:1.1rem 0}
.woocommerce div.product .stock{color:var(--aq-green);font-weight:600}
.woocommerce div.product form.cart{margin:1.6rem 0}
.woocommerce .quantity .qty{border:1.5px solid var(--aq-border);border-radius:10px;padding:.6em;height:auto;font-family:var(--font-body);background:#fff}
.woocommerce div.product form.cart .variations select{border:1.5px solid var(--aq-border);border-radius:10px;padding:.55em .8em;background:#fff}
.woocommerce div.product form.cart .reset_variations{color:var(--aq-accent)}

/* ---- Onglets Description / Informations ---- */
.woocommerce div.product .woocommerce-tabs{margin-top:3rem}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0 0 1.6rem;display:flex;flex-wrap:wrap;list-style:none;border-bottom:1px solid var(--aq-border)}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent;border:0;border-radius:0;margin:0 1.6rem 0 0;padding:0;display:inline-block}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-family:var(--font-body);font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;color:var(--aq-muted);padding:.6em 0;display:inline-block;border-bottom:2px solid transparent;margin-bottom:-1px}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{color:var(--aq-dark);border-bottom-color:var(--aq-accent)}
.woocommerce div.product .woocommerce-tabs .panel{padding:0}
.woocommerce div.product .woocommerce-Tabs-panel h2,
.woocommerce #reviews #comments h2,.woocommerce .related > h2,.woocommerce .upsells > h2{
	font-family:var(--font-display);font-weight:600;color:var(--aq-dark);font-size:1.5rem}

/* ---- Avis / formulaire de commentaire ---- */
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,
.woocommerce #review_form input.input-text,.woocommerce #review_form textarea,
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{
	border:1.5px solid var(--aq-border)!important;border-radius:10px;padding:.7em .9em;font-family:var(--font-body);background:#fff;width:100%;max-width:520px}
.comment-form textarea,.woocommerce #review_form textarea{max-width:100%}
.comment-form label,.woocommerce #review_form label{font-weight:600;color:var(--aq-dark);font-size:.85rem}
.comment-form input[type=submit],.woocommerce #review_form #respond input#submit{width:auto;padding:.8em 2em!important}
.woocommerce p.stars a,.woocommerce .star-rating span{color:var(--aq-accent)}

/* ---- Notices & badges ---- */
.woocommerce .woocommerce-message,.woocommerce .woocommerce-info,.woocommerce .woocommerce-error{border-top-color:var(--aq-accent);border-radius:8px}
.woocommerce .woocommerce-message{border-top-color:var(--aq-green)}
.woocommerce span.onsale{background:var(--aq-green);border-radius:999px}

/* ---- Boutique (grille) ---- */
.woocommerce ul.products li.product .price{color:var(--aq-dark);font-weight:700}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--font-display);font-weight:600;color:var(--aq-dark);font-size:1.1rem}
.aq-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.aq-post{border:1px solid var(--aq-border);border-radius:var(--aq-radius);overflow:hidden;background:var(--aq-card)}
.aq-post-thumb{aspect-ratio:16/10;background:var(--aq-cream);background-size:cover;background-position:center}
.aq-post-body{padding:18px 20px}
.aq-post-body h2{font-family:var(--font-display);font-size:1.15rem}
.aq-post-body h2 a{color:var(--aq-dark)}
.aq-post-meta{font-size:.76rem;color:var(--aq-muted);margin-bottom:.5rem}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media(max-width:1024px){
	.aq-atouts-grid,.aq-tech-grid,.aq-gamme-grid,.aq-pro-adv-grid,.aq-pro-pillars,.aq-innov-badges,.aq-fab-grid,.aq-posts{grid-template-columns:repeat(2,1fr)}
	.aq-atout:nth-child(2n),.aq-pro-adv-card:nth-child(2n),.aq-pro-pillar:nth-child(2n){border-right:0}
	.aq-innov-grid,.aq-qsn-hero-grid,.aq-durab-grid,.aq-future-grid,.aq-stats-grid,.aq-cf-grid{grid-template-columns:1fr}
	.aq-innov-img,.aq-durab-img{max-width:420px;margin:0 auto}
}
@media(max-width:768px){
	.aq-burger{display:flex;order:3}
	.aq-nav{position:fixed;inset:78px 0 auto 0;flex-direction:column;align-items:stretch;gap:0;background:#fff;
		border-bottom:1px solid var(--aq-border);padding:14px 24px 24px;transform:translateY(-130%);transition:transform .28s ease;z-index:400;box-shadow:var(--aq-shadow)}
	.aq-nav.is-open{transform:translateY(0)}
	.aq-menu{flex-direction:column;align-items:stretch;gap:0;width:100%}
	.aq-menu li{border-bottom:1px solid var(--aq-border)}
	.aq-menu a{display:block;padding:.85em 0}
	.aq-nav-cta{margin-top:14px;text-align:center}
	.aq-hero-inner{padding:60px var(--aq-gut)}
	.aq-qsn-values,.aq-stats-nums,.aq-form-row{grid-template-columns:1fr}
	.aq-atouts-grid,.aq-tech-grid,.aq-gamme-grid,.aq-pro-adv-grid,.aq-pro-pillars,.aq-fab-grid,.aq-posts{grid-template-columns:1fr}
	.aq-atout,.aq-pro-adv-card,.aq-pro-pillar{border-right:0;border-bottom:1px solid var(--aq-border);padding-bottom:24px}
	.aq-atout:last-child,.aq-pro-adv-card:last-child,.aq-pro-pillar:last-child{border-bottom:0}
	.aq-innov-badges{grid-template-columns:repeat(2,1fr)}
}
@media(prefers-reduced-motion:reduce){
	*{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* Coordonnées sur la page Contact */
.aq-cf-coords{background:var(--aq-cream);border-radius:var(--aq-radius-lg);padding:26px 28px;margin-top:42px}
.aq-cf-coord-addr{font-size:.9rem;color:var(--aq-text);line-height:1.6;margin-bottom:1rem}
.aq-cf-coord-addr strong{color:var(--aq-dark)}
.aq-cf-coord-line{display:flex;align-items:flex-start;gap:.6rem;font-size:.86rem;color:var(--aq-text);margin:0 0 .6rem}
.aq-cf-coord-line .aq-field-ico{flex:0 0 auto;margin-top:2px;color:var(--aq-accent)}
.aq-cf-coord-line a{color:var(--aq-accent);word-break:break-word}

/* Formulaire « Demande de tarifs » en bas de la page Professionnels */
.aq-pro-form-sec{background:var(--aq-taupe);padding:66px 0}
.aq-pro-form-sec .aq-h2{color:var(--aq-dark)}
.aq-pro-form-intro{color:#4a3f37;max-width:640px;margin:0 auto 2rem;text-align:center}
.aq-pro-form-sec .aq-form{max-width:760px;margin:0 auto}
/* Décalage d'ancrage pour ne pas passer sous l'en-tête fixe */
#aq-pro-form,#aq-pro-segments{display:block;scroll-margin-top:100px}

/* Logo clair du pied de page */
.aq-footer-logo{max-width:220px;width:auto;height:auto;display:block;margin-bottom:1rem}
.aq-footer-logo-link{display:inline-block}

/* Prix sur demande (WooCommerce) */
.aq-price-request{font-weight:700;color:var(--aq-accent)}

/* Carrousel avis — mobile : empilé (statique) & animations réduites */
@media(max-width:768px){
	.aq-reviews-viewport{overflow:visible;-webkit-mask-image:none;mask-image:none}
	.aq-reviews-track{flex-direction:column;width:auto;animation:none;gap:16px}
	.aq-review{flex:1 1 auto;max-width:100%;margin-right:0}
	.aq-review[aria-hidden="true"]{display:none}
}
@media(prefers-reduced-motion:reduce){
	.aq-reviews-viewport{overflow-x:auto}
	.aq-reviews-track{animation:none}
}
