@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
    --ga-font-serif: 'Cormorant Garamond', Didot, 'Bodoni 72', 'Bodoni MT', 'Cinzel', 'Playfair Display', Georgia, serif;
    --ga-font-sans: 'Plus Jakarta Sans', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --serif: 'Cormorant Garamond', Didot, 'Bodoni 72', 'Bodoni MT', 'Cinzel', 'Playfair Display', Georgia, serif;
    --sans: 'Plus Jakarta Sans', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html, body {
    font-family: var(--ga-font-sans) !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}

h1, h2, h3, .hero h1, .product_title, .card-copy h3, .catalogue h2, .section-heading h2, .manifesto h2, .bespoke h2, .faq h2 {
    font-family: var(--ga-font-serif) !important;
    text-wrap: balance !important;
}

h1 em, h2 em, h3 em, .hero h1 em, em {
    font-family: var(--ga-font-serif) !important;
    font-style: italic !important;
}

.ga-code-prototype{--ink:#0a0a0b;--paper:#f5f2eb;--acid:#c7a66a;--line:rgba(12,12,13,.15);--serif:var(--ga-font-serif);--sans:var(--ga-font-sans)}
.ga-code-prototype, .ga-code-prototype *{box-sizing:border-box}.ga-code-prototype{scroll-behavior:smooth}.ga-code-prototype{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;letter-spacing:.008em}.ga-code-prototype img{display:block;max-width:100%}.ga-code-prototype a{color:inherit}.ga-code-prototype .skip{position:fixed;z-index:99;left:1rem;top:-4rem;background:#fff;padding:.7rem 1rem}.ga-code-prototype .skip:focus{top:1rem}
.ga-code-prototype .site-head{height:88px;padding:0 clamp(1.2rem,4vw,4.5rem);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:var(--paper);border-bottom:1px solid var(--line);position:relative;z-index:5}.ga-code-prototype .brand{font-size:.76rem;line-height:.9;letter-spacing:.19em;text-decoration:none;font-weight:700;display:flex;flex-direction:column;width:max-content}.ga-code-prototype .site-head nav{display:flex;gap:2.8rem}.ga-code-prototype .site-head nav a,.ga-code-prototype .bag{font-size:.64rem;letter-spacing:.19em;text-transform:uppercase;text-decoration:none}.ga-code-prototype .site-head nav a{position:relative}.ga-code-prototype .site-head nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-.5rem;height:1px;background:var(--acid);transition:right .3s}.ga-code-prototype .site-head nav a:hover::after{right:0}.ga-code-prototype .bag{justify-self:end}
.ga-code-prototype .hero{height:clamp(650px,calc(88svh - 88px),860px);min-height:0;max-height:none;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#111;color:white}.ga-code-prototype .hero::after{content:"";position:absolute;z-index:1;inset:1.15rem;border:1px solid rgba(255,255,255,.18);pointer-events:none}.ga-code-prototype .hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.62) contrast(1.06) brightness(.9);animation:slowpush 20s cubic-bezier(.2,.65,.2,1) both}.ga-code-prototype .hero-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.2) 53%,rgba(0,0,0,.05) 78%),linear-gradient(0deg,rgba(0,0,0,.7),transparent 58%)}.ga-code-prototype .hero-copy{position:relative;z-index:2;width:min(930px,90vw);padding:clamp(3rem,6vw,6rem) clamp(1.6rem,7vw,8rem)}.ga-code-prototype .eyebrow{margin:0 0 1.6rem;font-size:.61rem;font-weight:600;letter-spacing:.32em;text-transform:uppercase;color:var(--acid)}.ga-code-prototype .eyebrow.dark{color:#7d6845}.ga-code-prototype .hero h1{font-family:var(--serif);font-size:clamp(4rem,7.1vw,7.8rem);line-height:.88;letter-spacing:-.018em;margin:0;font-weight:400}.ga-code-prototype .hero h1 em{font-weight:400;color:#e8dcc6;letter-spacing:-.008em}.ga-code-prototype .hero-copy>p:not(.eyebrow){max-width:580px;font-size:clamp(.95rem,1.25vw,1.12rem);font-weight:400;line-height:1.75;color:rgba(255,255,255,.78);margin:2rem 0;letter-spacing:.018em}.ga-code-prototype .actions{display:flex;align-items:center;gap:2.4rem;flex-wrap:wrap}.ga-code-prototype .button{display:inline-flex;min-height:54px;align-items:center;justify-content:center;padding:.9rem 1.45rem;border:1px solid;text-decoration:none;font-size:.61rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;transition:background .3s,color .3s,border-color .3s}.ga-code-prototype .button-light{background:transparent;color:white;border-color:rgba(255,255,255,.62)}.ga-code-prototype .button-light:hover{background:#f4f0e7;color:#111;border-color:#f4f0e7}.ga-code-prototype .button-dark{background:var(--ink);color:white;border-color:var(--ink)}.ga-code-prototype .button-dark:hover{background:#2a251d;border-color:#2a251d}.ga-code-prototype .text-link{font-size:.64rem;letter-spacing:.19em;text-transform:uppercase;text-underline-offset:7px;text-decoration-color:rgba(255,255,255,.5)}.ga-code-prototype .hero-index{position:absolute;right:2.1rem;bottom:2.4rem;z-index:2;margin:0;writing-mode:vertical-rl;font-size:.55rem;letter-spacing:.27em;color:#dcc9a6;opacity:.7}
.ga-code-prototype .section-pad{padding:clamp(6rem,10vw,11rem) clamp(1.2rem,6vw,7rem)}.ga-code-prototype .manifesto-grid{display:grid;grid-template-columns:1.42fr .88fr;gap:clamp(4rem,10vw,12rem);align-items:start}.ga-code-prototype .manifesto h2,.ga-code-prototype .section-heading h2,.ga-code-prototype .bespoke h2,.ga-code-prototype .faq h2{font-family:var(--serif);font-weight:400;font-size:clamp(2.8rem,5.1vw,5.75rem);letter-spacing:-.018em;line-height:1.02;margin:0}.ga-code-prototype .manifesto-grid>div>p{font-size:clamp(.98rem,1.3vw,1.12rem);line-height:1.85;margin:0;color:#3e3b36;letter-spacing:.016em}.ga-code-prototype .proofs{list-style:none;padding:2.7rem 0 0;margin:2.7rem 0 0;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ga-code-prototype .proofs strong{display:block;font-family:var(--serif);font-size:2.55rem;font-weight:400;line-height:1;color:#9b7c48}.ga-code-prototype .proofs span{display:block;font-size:.58rem;line-height:1.45;text-transform:uppercase;letter-spacing:.17em;margin-top:.7rem;color:#5e5a53}
.ga-code-prototype .collections{background:#e9e2d7;color:#171512}.ga-code-prototype .section-heading{display:grid;grid-template-columns:.75fr 2.25fr;align-items:end;margin-bottom:clamp(3rem,6vw,6rem)}.ga-code-prototype .section-heading .eyebrow{align-self:start}.ga-code-prototype .collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.2rem,2vw,2rem);background:transparent}.ga-code-prototype .collection-card{background:#151515;min-width:0;border-top:2px solid rgba(199,166,106,.72);box-shadow:0 1.2rem 3rem rgba(0,0,0,.28)}.ga-code-prototype .collection-card a{display:block;position:relative;height:clamp(500px,48vw,670px);overflow:hidden;text-decoration:none}.ga-code-prototype .collection-card a::after{content:"";position:absolute;inset:.75rem;border:1px solid rgba(255,255,255,.24);z-index:1;transition:inset .5s,border-color .5s}.ga-code-prototype .collection-card:hover a::after{inset:1.1rem;border-color:rgba(199,166,106,.8)}.ga-code-prototype .collection-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(.32) sepia(.06) brightness(.67);transition:transform 1.1s cubic-bezier(.2,.7,.2,1),filter .6s}.ga-code-prototype .collection-card:hover img{transform:scale(1.035);filter:grayscale(.03) brightness(.78)}.ga-code-prototype .card-number{position:absolute;z-index:2;top:1.7rem;right:1.7rem;display:grid;place-items:center;width:2.2rem;height:2.2rem;border:1px solid rgba(255,255,255,.5);border-radius:50%;font:italic .72rem var(--serif);color:#ead8b7}.ga-code-prototype .card-copy{position:absolute;z-index:2;inset:auto 0 0;padding:clamp(2.1rem,3vw,3.25rem);background:linear-gradient(transparent 0%,rgba(0,0,0,.82) 28%,rgba(0,0,0,.97) 100%)}.ga-code-prototype .card-copy h3{font:400 clamp(1.9rem,2.5vw,2.85rem)/1.08 var(--serif);letter-spacing:.005em;margin:0}.ga-code-prototype .card-copy p{max-width:24rem;color:rgba(255,255,255,.78);font-size:.88rem;line-height:1.75;letter-spacing:.016em}.ga-code-prototype .card-copy span{display:block;margin-top:1.25rem;font-size:.57rem;text-transform:uppercase;letter-spacing:.25em;color:#e1c898}
.ga-code-prototype .universe-expansion{margin-top:clamp(6rem,9vw,10rem);padding-top:clamp(3rem,5vw,5rem);border-top:1px solid rgba(255,255,255,.2)}.ga-code-prototype .universe-heading{display:grid;grid-template-columns:.75fr 1fr 1.25fr;align-items:start;margin-bottom:2.5rem}.ga-code-prototype .universe-heading p:last-child{grid-column:3;color:rgba(255,255,255,.58);font-size:.84rem;line-height:1.75;max-width:28rem;margin:0}.ga-code-prototype .universe-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,2rem)}.ga-code-prototype .universe-card{display:block;text-decoration:none;position:relative;overflow:hidden;background:#171717}.ga-code-prototype .universe-card img{width:100%;height:clamp(240px,22vw,330px);object-fit:cover;filter:saturate(.72) brightness(.66);transition:transform .7s,filter .5s}.ga-code-prototype .universe-card:hover img{transform:scale(1.025);filter:saturate(.9) brightness(.78)}.ga-code-prototype .universe-card span{position:absolute;inset:auto 0 0;padding:2.5rem 1.5rem 1.4rem;background:linear-gradient(transparent,rgba(0,0,0,.9));font:400 clamp(1.2rem,1.8vw,1.8rem)/1.15 var(--serif);letter-spacing:.01em}
.ga-code-prototype .selection{overflow:hidden}.ga-code-prototype .selection .section-heading{grid-template-columns:.5fr 1.2fr .65fr}.ga-code-prototype .note{font-size:.84rem;line-height:1.75;letter-spacing:.018em;color:#666;margin:0}.ga-code-prototype .latest-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2vw,2rem);align-items:start;max-width:1520px;margin-inline:auto}.ga-code-prototype .latest-card,.ga-code-prototype .latest-card>a{display:block;text-decoration:none;min-width:0}.ga-code-prototype .latest-card img{width:100%;height:clamp(360px,29vw,440px);object-fit:cover;background:#ddd;filter:saturate(.84);transition:filter .35s,transform .6s cubic-bezier(.2,.7,.2,1)}.ga-code-prototype .latest-card:hover img{filter:saturate(1) contrast(1.03);transform:translateY(-5px)}.ga-code-prototype .latest-type{display:block;margin-top:1.15rem;font-size:.56rem;text-transform:uppercase;letter-spacing:.22em;color:#8a7045}.ga-code-prototype .latest-card h3{font:400 clamp(1.25rem,1.65vw,1.75rem)/1.18 var(--serif);letter-spacing:.005em;margin:.45rem 0 0}.ga-code-prototype .latest-card .price{margin-top:.55rem;font-size:.74rem;letter-spacing:.1em;color:#57534c}
.ga-code-prototype .catalogue{background:#111;color:white;padding:clamp(5rem,8vw,8rem) clamp(1.2rem,7vw,8rem);display:grid;grid-template-columns:1.2fr .7fr auto;align-items:end;gap:3rem;border-block:1px solid #927746;box-shadow:inset 0 0 0 1rem #111,inset 0 0 0 calc(1rem + 1px) rgba(199,166,106,.22)}.ga-code-prototype .catalogue h2{font:400 clamp(3rem,5.6vw,6.2rem)/.92 var(--serif);letter-spacing:-.045em;margin:0}.ga-code-prototype .catalogue>p{color:rgba(255,255,255,.62);font-size:.9rem;line-height:1.8;max-width:24rem}.ga-code-prototype .bespoke{display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(4rem,9vw,10rem);align-items:center}.ga-code-prototype .bespoke-copy>p:not(.eyebrow){max-width:32rem;margin:2.2rem 0 2.8rem;color:#4b4740;line-height:1.85}.ga-code-prototype .bespoke img{width:100%;height:min(720px,62vw);object-fit:cover;filter:saturate(.78) contrast(1.03);box-shadow:2rem 2rem 0 #e3ddd2}.ga-code-prototype .faq{border-top:1px solid var(--line)}.ga-code-prototype .faq .section-heading{grid-template-columns:.55fr 1.45fr}.ga-code-prototype .accordion{max-width:1050px;margin-left:auto}.ga-code-prototype .accordion details{border-top:1px solid var(--line);padding:1.8rem 0}.ga-code-prototype .accordion details:last-child{border-bottom:1px solid var(--line)}.ga-code-prototype .accordion summary{font:400 clamp(1.25rem,1.8vw,1.7rem) var(--serif);cursor:pointer;list-style:none;padding-right:3rem;position:relative}.ga-code-prototype .accordion summary::after{content:"+";position:absolute;right:.2rem;color:#9b7c48}.ga-code-prototype .accordion details[open] summary::after{content:"−"}.ga-code-prototype .accordion details p{max-width:720px;color:#59554e;font-size:.92rem;line-height:1.8}
.ga-code-prototype footer{padding:3rem clamp(1.2rem,7vw,8rem);display:flex;gap:2rem;align-items:center;border-top:1px solid var(--line);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.ga-code-prototype footer span{font-weight:900}.ga-code-prototype footer p{margin:0}.ga-code-prototype footer a{margin-left:auto}.ga-code-prototype .reveal{opacity:1 !important;transform:none !important;visibility:visible !important}.ga-code-prototype .reveal.is-visible{opacity:1;transform:none}@keyframes slowpush{from{transform:scale(1.02)}to{transform:scale(1.08)}}
@media(max-width:900px){.ga-code-prototype .site-head{grid-template-columns:1fr auto;height:68px}.ga-code-prototype .site-head nav{display:none}.ga-code-prototype .hero{height:calc(92svh - 68px);min-height:560px;max-height:none}.ga-code-prototype .hero::after{inset:.6rem}.ga-code-prototype .hero-copy{padding:3rem 1.65rem 3.5rem}.ga-code-prototype .hero h1{font-size:clamp(3.65rem,15.5vw,5.8rem);line-height:.86}.ga-code-prototype .hero-index{display:none}.ga-code-prototype .manifesto-grid,.ga-code-prototype .bespoke{grid-template-columns:1fr}.ga-code-prototype .section-heading,.ga-code-prototype .selection .section-heading,.ga-code-prototype .faq .section-heading,.ga-code-prototype .universe-heading{display:block}.ga-code-prototype .section-heading>*+*,.ga-code-prototype .universe-heading>*+*{margin-top:1rem}.ga-code-prototype .universe-heading p:last-child{max-width:32rem}.ga-code-prototype .collection-grid{grid-template-columns:1fr}.ga-code-prototype .collection-card a{height:72vh;min-height:500px}.ga-code-prototype .universe-rail,.ga-code-prototype .latest-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-1.2rem;padding-inline:1.2rem;padding-bottom:1rem}.ga-code-prototype .universe-card{flex:0 0 82vw;scroll-snap-align:start}.ga-code-prototype .universe-card img{height:260px}.ga-code-prototype .latest-card{flex:0 0 72vw;scroll-snap-align:start}.ga-code-prototype .latest-card img{height:360px}.ga-code-prototype .catalogue{grid-template-columns:1fr;align-items:start}.ga-code-prototype .bespoke img{height:auto;order:-1;box-shadow:1rem 1rem 0 #e3ddd2}.ga-code-prototype .proofs{gap:.6rem}.ga-code-prototype .proofs strong{font-size:2rem}.ga-code-prototype footer{align-items:flex-start;flex-direction:column}.ga-code-prototype footer a{margin-left:0}}
@media(prefers-reduced-motion:reduce){.ga-code-prototype{scroll-behavior:auto}.ga-code-prototype .hero-media{animation:none}.ga-code-prototype .reveal{opacity:1;transform:none;transition:none}}


/* Light gallery treatment for the collections section. */
.ga-code-prototype .collections{background:#e9e2d7;color:#171512}
.ga-code-prototype .collections .eyebrow{color:#8b6d3c}
.ga-code-prototype .collection-card{background:#1a1815;border-top-color:rgba(151,113,57,.82);box-shadow:0 1.2rem 3rem rgba(68,51,29,.16)}
.ga-code-prototype .collection-card img{filter:grayscale(.14) sepia(.04) saturate(.9) brightness(.82)}
.ga-code-prototype .collection-card:hover img{filter:grayscale(0) saturate(1) brightness(.94)}
.ga-code-prototype .card-copy{background:linear-gradient(transparent 0%,rgba(12,10,8,.42) 28%,rgba(12,10,8,.9) 100%)}
.ga-code-prototype .universe-expansion{border-top-color:rgba(67,52,31,.2)}
.ga-code-prototype .universe-heading p:last-child{color:#625b51}
.ga-code-prototype .universe-card{background:#f7f3ec;box-shadow:0 1rem 2.5rem rgba(68,51,29,.14)}
.ga-code-prototype .universe-card img{filter:saturate(.88) brightness(.84)}
.ga-code-prototype .universe-card:hover img{filter:saturate(1) brightness(.96)}
.ga-code-prototype .collection-card,.ga-code-prototype .universe-card{color:#fff}

/* Street Art & Pop Art: couleurs franches, cadrage galerie et contraste premium. */
.ga-street-prototype{--acid:#e85b4a}
.ga-street-prototype .hero-media{filter:saturate(.9) contrast(1.08) brightness(.78)}
.ga-street-prototype .hero-scrim{background:linear-gradient(90deg,rgba(8,7,8,.84) 0%,rgba(8,7,8,.3) 55%,rgba(8,7,8,.08) 80%),linear-gradient(0deg,rgba(8,7,8,.74),transparent 58%)}
.ga-street-prototype .hero h1 em{color:#f2c4ba}
.ga-street-prototype .collections{background:#eee7de}
.ga-street-prototype .collection-card{border-top-color:#e85b4a;box-shadow:0 1.2rem 3rem rgba(65,38,32,.17)}
.ga-street-prototype .collection-card:nth-child(3n+2){border-top-color:#d5a82f}
.ga-street-prototype .collection-card:nth-child(3n){border-top-color:#5477a8}
.ga-street-prototype .collection-card img{filter:saturate(.95) contrast(1.02) brightness(.84)}
.ga-street-prototype .collection-card:hover img{filter:saturate(1.08) contrast(1.03) brightness(.96)}
.ga-street-prototype .card-number{color:#fff;background:rgba(12,10,10,.32);backdrop-filter:blur(4px)}
.ga-street-prototype .latest-card img{filter:saturate(.96) contrast(1.02)}
.ga-street-prototype .catalogue{border-block-color:#e85b4a;box-shadow:inset 0 0 0 1rem #111,inset 0 0 0 calc(1rem + 1px) rgba(232,91,74,.28)}

/* Noir et Blanc Artistique : contraste doux, lumière argentique et accents pierre. */
.ga-noir-prototype{--acid:#b7a88f}
.ga-noir-prototype .hero-media{filter:grayscale(1) contrast(1.12) brightness(.76)}
.ga-noir-prototype .hero-scrim{background:linear-gradient(90deg,rgba(8,8,8,.82) 0%,rgba(8,8,8,.26) 55%,rgba(8,8,8,.08) 82%),linear-gradient(0deg,rgba(8,8,8,.72),transparent 58%)}
.ga-noir-prototype .hero h1 em{color:#ded8ce}
.ga-noir-prototype .collections{background:#e9e2d7;color:#171512}
.ga-noir-prototype .collections .eyebrow{color:#8b6d3c}
.ga-noir-prototype .collections .section-heading h2{color:#171512}
.ga-noir-prototype .collection-card{border-top-color:#c8bda9;background:#141414;box-shadow:0 1.2rem 3rem rgba(68,51,29,.16)}
.ga-noir-prototype .collection-card:nth-child(3n+2){border-top-color:#8e8e8e}
.ga-noir-prototype .collection-card:nth-child(3n){border-top-color:#e5dfd4}
.ga-noir-prototype .collection-card img{filter:grayscale(1) contrast(1.04) brightness(.78)}
.ga-noir-prototype .collection-card:hover img{filter:grayscale(1) contrast(1.08) brightness(.94)}
.ga-noir-prototype .card-number{color:#f5f1e8;background:rgba(0,0,0,.24)}
.ga-noir-prototype .latest-card img{filter:grayscale(.8) contrast(1.03)}
.ga-noir-prototype .latest-card:hover img{filter:grayscale(.35) contrast(1.05)}
.ga-noir-prototype .catalogue{border-block-color:#b7a88f;box-shadow:inset 0 0 0 1rem #111,inset 0 0 0 calc(1rem + 1px) rgba(183,168,143,.28)}

/* Abstractions & Formes : palette minérale, lumière douce et géométrie contemporaine. */
.ga-abstractions-prototype{--acid:#c58368}
.ga-abstractions-prototype .hero-media{filter:saturate(.88) contrast(1.04) brightness(.82)}
.ga-abstractions-prototype .hero-scrim{background:linear-gradient(90deg,rgba(22,17,19,.72) 0%,rgba(22,17,19,.18) 55%,rgba(22,17,19,.05) 84%),linear-gradient(0deg,rgba(22,17,19,.62),transparent 58%)}
.ga-abstractions-prototype .hero h1 em{color:#f0cabb}
.ga-abstractions-prototype .collections{background:#e8e1d8}
.ga-abstractions-prototype .collections .eyebrow{color:#a56e59}
.ga-abstractions-prototype .collection-card{border-top-color:#c58368;box-shadow:0 1.2rem 3rem rgba(78,55,45,.15)}
.ga-abstractions-prototype .collection-card:nth-child(3n+2){border-top-color:#8e9b9a}
.ga-abstractions-prototype .collection-card:nth-child(3n){border-top-color:#c0a265}
.ga-abstractions-prototype .collection-card img{filter:saturate(.78) contrast(1.02) brightness(.84)}
.ga-abstractions-prototype .collection-card:hover img{filter:saturate(1) contrast(1.03) brightness(.96)}
.ga-abstractions-prototype .latest-card img{filter:saturate(.82) contrast(1.02)}
.ga-abstractions-prototype .catalogue{border-block-color:#c58368;box-shadow:inset 0 0 0 1rem #111,inset 0 0 0 calc(1rem + 1px) rgba(197,131,104,.28)}

/* Sport & Performance : énergie graphique, accents rouge profond et bleu acier. */
.ga-sport-prototype{--acid:#b34c43}
.ga-sport-prototype .hero-media{filter:saturate(.78) contrast(1.12) brightness(.74)}
.ga-sport-prototype .hero-scrim{background:linear-gradient(90deg,rgba(12,12,13,.86) 0%,rgba(12,12,13,.3) 55%,rgba(12,12,13,.08) 84%),linear-gradient(0deg,rgba(12,12,13,.76),transparent 58%)}
.ga-sport-prototype .hero h1 em{color:#e6b5a8}
.ga-sport-prototype .collections{background:#e8e2da}
.ga-sport-prototype .collections .eyebrow{color:#9d4e46}
.ga-sport-prototype .collection-card{border-top-color:#b34c43;box-shadow:0 1.2rem 3rem rgba(62,42,39,.16)}
.ga-sport-prototype .collection-card:nth-child(3n+2){border-top-color:#5d7180}
.ga-sport-prototype .collection-card:nth-child(3n){border-top-color:#c29b60}
.ga-sport-prototype .collection-card img{filter:saturate(.72) contrast(1.08) brightness(.8)}
.ga-sport-prototype .collection-card:hover img{filter:saturate(.94) contrast(1.05) brightness(.96)}
.ga-sport-prototype .latest-card img{filter:saturate(.78) contrast(1.04)}
.ga-sport-prototype .catalogue{border-block-color:#b34c43;box-shadow:inset 0 0 0 1rem #111,inset 0 0 0 calc(1rem + 1px) rgba(179,76,67,.28)}

/* Art Numérique & Concept : palette nocturne, cyan discret et rose spectral. */
.ga-art-numerique-prototype{--acid:#8bb7ba}
.ga-art-numerique-prototype .hero-media{filter:saturate(.86) contrast(1.08) brightness(.68)}
.ga-art-numerique-prototype .hero-scrim{background:linear-gradient(90deg,rgba(8,17,23,.86) 0%,rgba(8,17,23,.28) 55%,rgba(8,17,23,.08) 84%),linear-gradient(0deg,rgba(8,17,23,.74),transparent 58%)}
.ga-art-numerique-prototype .hero h1 em{color:#c4e0df}
.ga-art-numerique-prototype .collections{background:#e2e6e4}
.ga-art-numerique-prototype .collections .eyebrow{color:#4e8588}
.ga-art-numerique-prototype .collection-card{border-top-color:#5f9ea0;box-shadow:0 1.2rem 3rem rgba(39,62,67,.16)}
.ga-art-numerique-prototype .collection-card:nth-child(3n+2){border-top-color:#ad7896}
.ga-art-numerique-prototype .collection-card:nth-child(3n){border-top-color:#c29b60}
.ga-art-numerique-prototype .collection-card img{filter:saturate(.72) contrast(1.06) brightness(.78)}
.ga-art-numerique-prototype .collection-card:hover img{filter:saturate(1.02) contrast(1.04) brightness(.94)}
.ga-art-numerique-prototype .latest-card img{filter:saturate(.86) contrast(1.03)}
.ga-art-numerique-prototype .catalogue{border-block-color:#5f9ea0;box-shadow:inset 0 0 0 1rem #111,inset 0 0 0 calc(1rem + 1px) rgba(95,158,160,.28)}

/* Animaux Stylisés : palette argile, ambre et vert profond. */
.ga-animaux-prototype{--acid:#b47b4b}
.ga-animaux-prototype .hero-media{filter:saturate(.82) contrast(1.08) brightness(.74)}
.ga-animaux-prototype .hero-scrim{background:linear-gradient(90deg,rgba(15,13,11,.84) 0%,rgba(15,13,11,.28) 55%,rgba(15,13,11,.08) 84%),linear-gradient(0deg,rgba(15,13,11,.74),transparent 58%)}
.ga-animaux-prototype .hero h1 em{color:#e5c3a2}
.ga-animaux-prototype .collections{background:#e9e1d6}
.ga-animaux-prototype .collections .eyebrow{color:#9a6940}
.ga-animaux-prototype .collection-card{border-top-color:#b47b4b;box-shadow:0 1.2rem 3rem rgba(63,47,34,.16)}
.ga-animaux-prototype .collection-card:nth-child(3n+2){border-top-color:#71876d}
.ga-animaux-prototype .collection-card:nth-child(3n){border-top-color:#c6a36b}
.ga-animaux-prototype .collection-card img{filter:saturate(.82) contrast(1.05) brightness(.8)}
.ga-animaux-prototype .collection-card:hover img{filter:saturate(1.02) contrast(1.04) brightness(.95)}
.ga-animaux-prototype .latest-card img{filter:saturate(.84) contrast(1.03)}
.ga-animaux-prototype .catalogue{border-block-color:#b47b4b;box-shadow:inset 0 0 0 1rem #111,inset 0 0 0 calc(1rem + 1px) rgba(180,123,75,.28)}

/* Portraits et Beauté : palette champagne, prune et terre cuite. */
.ga-portraits-prototype{--acid:#bd8b68}
.ga-portraits-prototype .hero-media{filter:saturate(.8) contrast(1.06) brightness(.74)}
.ga-portraits-prototype .hero-scrim{background:linear-gradient(90deg,rgba(22,15,16,.84) 0%,rgba(22,15,16,.27) 55%,rgba(22,15,16,.08) 84%),linear-gradient(0deg,rgba(22,15,16,.74),transparent 58%)}
.ga-portraits-prototype .hero h1 em{color:#f0c9b3}
.ga-portraits-prototype .collections{background:#ebe2db}
.ga-portraits-prototype .collections .eyebrow{color:#a46d5b}
.ga-portraits-prototype .collection-card{border-top-color:#bd8b68;box-shadow:0 1.2rem 3rem rgba(71,47,48,.16)}
.ga-portraits-prototype .collection-card:nth-child(3n+2){border-top-color:#93748a}
.ga-portraits-prototype .collection-card:nth-child(3n){border-top-color:#c5a46f}
.ga-portraits-prototype .collection-card img{filter:saturate(.8) contrast(1.04) brightness(.8)}
.ga-portraits-prototype .collection-card:hover img{filter:saturate(1) contrast(1.03) brightness(.95)}
.ga-portraits-prototype .latest-card img{filter:saturate(.86) contrast(1.03)}
.ga-portraits-prototype .catalogue{border-block-color:#bd8b68;box-shadow:inset 0 0 0 1rem #111,inset 0 0 0 calc(1rem + 1px) rgba(189,139,104,.28)}

/* ==========================================================================
   Graphic Avenue — Page d'Accueil Master (home.css)
   Studio d'Art Contemporain & Éditions Limitées
   ========================================================================== */

.ga-home-prototype {
    --ink: #0a0a0b;
    --night: #06080a;
    --paper: #f6f3ec;
    --paper-soft: #faf8f5;
    --paper-card: #ffffff;
    --gold: #c7a66a;
    --gold-light: #dfc596;
    --gold-glow: rgba(199, 166, 106, 0.18);
    --line: rgba(12, 12, 13, 0.10);
    --line-soft: rgba(12, 12, 13, 0.06);
    --line-light: rgba(255, 255, 255, 0.14);
    --text-muted: #6e685f;
    --text-dark: #1e1d1a;
    --serif: var(--ga-font-serif);
    --sans: var(--ga-font-sans);
    --shadow-card: 0 16px 40px rgba(0, 0, 0, 0.06);
    --shadow-hover: 0 24px 60px rgba(0, 0, 0, 0.12);
    --radius-card: 16px;
    --radius-button: 2px;
}

.ga-home-prototype,
.ga-home-prototype * {
    box-sizing: border-box;
}

.ga-home-prototype {
    margin: 0;
    padding: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.008em;
    overflow-x: hidden;
}

.ga-home-prototype img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ga-home-prototype a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Espacements transversaux */
.ga-home-prototype .section-pad {
    padding: clamp(4.5rem, 8vw, 8.5rem) clamp(1.4rem, 5vw, 6.5rem);
}

.ga-home-prototype .container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.ga-home-prototype .eyebrow {
    margin: 0 0 1.2rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.ga-home-prototype .eyebrow.dark {
    color: #8c7349;
}

.ga-home-prototype .eyebrow::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: currentColor;
}

.ga-home-prototype .section-heading {
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.ga-home-prototype .section-heading h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(2.4rem, 4.4vw, 4.4rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
    color: var(--ink);
}

.ga-home-prototype .section-heading p.lead {
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    color: var(--text-muted);
    max-width: 680px;
    margin: 0;
    line-height: 1.7;
}

/* Boutons d'Action */
.ga-home-prototype .actions {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    flex-wrap: wrap;
}

.ga-home-prototype .btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.8rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    border-radius: var(--radius-button);
    cursor: pointer;
    border: 1px solid transparent;
}

.ga-home-prototype .btn-primary {
    background: var(--gold);
    color: #111;
    border-color: var(--gold);
}

.ga-home-prototype .btn-primary:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(199, 166, 106, 0.3);
}

.ga-home-prototype .btn-outline-light {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.ga-home-prototype .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff;
    transform: translateY(-2px);
}

.ga-home-prototype .btn-dark {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}

.ga-home-prototype .btn-dark:hover {
    background: #232220;
    border-color: #232220;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.ga-home-prototype .btn-outline-dark {
    background: transparent;
    color: var(--ink);
    border-color: var(--line);
}

.ga-home-prototype .btn-outline-dark:hover {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
}

/* ==========================================================================
   1. HERO SECTION
   ========================================================================== */
.ga-home-prototype .hero {
    position: relative;
    min-height: clamp(620px, 80vh, 840px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--night);
    color: #fff;
    padding: 30px 0;
}

.ga-home-prototype .hero-media-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.ga-home-prototype .hero-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(0.85) contrast(1.08) saturate(0.95);
    transform: scale(1.02);
}

.ga-home-prototype .hero-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 75% 35%, rgba(199, 166, 106, 0.12), transparent 45%),
        linear-gradient(90deg, rgba(5, 8, 11, 0.94) 0%, rgba(5, 8, 11, 0.72) 42%, rgba(5, 8, 11, 0.25) 75%, rgba(5, 8, 11, 0.10) 100%),
        linear-gradient(0deg, rgba(5, 8, 11, 0.85) 0%, transparent 40%);
}

.ga-home-prototype .hero-content {
    position: relative;
    z-index: 2;
    width: min(1000px, 92vw);
    padding: clamp(3.5rem, 7vw, 7rem) clamp(1.6rem, 5vw, 6.5rem);
}

.ga-home-prototype .hero h1 {
    font-family: var(--serif);
    font-size: clamp(2.8rem, 5.8vw, 6.2rem);
    line-height: 0.98;
    letter-spacing: -0.025em;
    font-weight: 400;
    margin: 0 0 1.8rem;
    color: #fff;
}

.ga-home-prototype .hero h1 span.gold {
    color: var(--gold-light);
    font-style: italic;
    font-family: var(--serif);
}

.ga-home-prototype .hero-content {
    position: relative;
    z-index: 2;
    width: min(1100px, 92vw);
    padding: clamp(3rem, 6vw, 6rem) clamp(1.6rem, 5vw, 6.5rem);
}

.ga-home-prototype .hero-lead {
    font-size: clamp(1.05rem, 1.35vw, 1.25rem);
    line-height: 1.8;
    color: #ffffff;
    max-width: 660px;
    margin: 0 0 2.4rem;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.01em;
}

/* Bandeau Réassurance Intégré sous le Hero */
.ga-home-prototype .hero-badges {
    display: flex;
    align-items: center;
    gap: 2.2rem;
    margin-top: 1.8rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    flex-wrap: wrap;
}

.ga-home-prototype .badge-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.ga-home-prototype .badge-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(199, 166, 106, 0.15);
    border: 1px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
    font-size: 0.75rem;
    flex-shrink: 0;
}

.ga-home-prototype .badge-text {
    display: flex;
    flex-direction: column;
}

.ga-home-prototype .badge-text strong {
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.ga-home-prototype .badge-text span {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ==========================================================================
   2. MANIFESTE SECTION (« L'Art, Autrement »)
   ========================================================================== */
.ga-home-prototype .manifesto-section {
    background: var(--paper-soft);
    border-bottom: 1px solid var(--line);
}

.ga-home-prototype .manifesto-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: clamp(3rem, 6vw, 7rem);
    align-items: center;
}

.ga-home-prototype .manifesto-content h2 {
    font-family: var(--serif);
    font-size: clamp(2.2rem, 3.8vw, 3.6rem);
    line-height: 1.12;
    letter-spacing: -0.015em;
    margin: 0 0 1.8rem;
    font-weight: 400;
}

.ga-home-prototype .manifesto-content p {
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.8;
    color: #3b3731;
    margin: 0 0 1.4rem;
}

.ga-home-prototype .manifesto-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.4rem;
}

.ga-home-prototype .highlight-card {
    background: var(--paper-card);
    border: 1px solid var(--line);
    padding: 2rem 2.2rem;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.ga-home-prototype .highlight-card:hover {
    transform: translateY(-3px);
    border-color: var(--gold);
}

.ga-home-prototype .highlight-card .num {
    font-family: var(--serif);
    font-size: 1.8rem;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.6rem;
    display: block;
}

.ga-home-prototype .highlight-card h3 {
    font-size: 1.1rem;
    margin: 0 0 0.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.ga-home-prototype .highlight-card p {
    font-size: 0.92rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
}

/* ==========================================================================
   3. LES 9 UNIVERS ARTISTIQUES (Grille 3x3)
   ========================================================================== */
.ga-home-prototype .univers-section {
    background: var(--paper);
}

.ga-home-prototype .univers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.2rem, 2.2vw, 2.4rem);
}

.ga-home-prototype .univers-card {
    position: relative;
    background: var(--paper-card);
    border-radius: var(--radius-card);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-card);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.ga-home-prototype .univers-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: var(--gold);
}

.ga-home-prototype .card-media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #111;
}

.ga-home-prototype .card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ga-home-prototype .univers-card:first-child .card-media img {
    transform: scale(1.22);
    transform-origin: 50% 38%;
}

.ga-home-prototype .univers-card:hover .card-media img {
    transform: scale(1.06);
}

.ga-home-prototype .univers-card:first-child:hover .card-media img {
    transform: scale(1.28);
}

.ga-home-prototype .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(10, 10, 11, 0.75) 0%, rgba(10, 10, 11, 0.1) 60%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 1.8rem;
}

.ga-home-prototype .card-number {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: #fff;
    background: rgba(10, 10, 11, 0.55);
    backdrop-filter: blur(8px);
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.ga-home-prototype .card-body {
    padding: 1.6rem 1.8rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    background: var(--paper-card);
}

.ga-home-prototype .card-body > div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ga-home-prototype .card-body h3 {
    font-family: var(--serif);
    font-size: 1.45rem;
    font-weight: 400;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
    color: var(--ink);
    min-height: 2em;
    display: flex;
    align-items: flex-start;
}

.ga-home-prototype .card-body p {
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--text-muted);
    margin: 0 0 1.2rem;
    flex-grow: 1;
    min-height: 4.65em;
}

.ga-home-prototype .card-link {
    margin-top: auto;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.ga-home-prototype .univers-card:hover .card-link {
    color: var(--gold);
}

/* ==========================================================================
   4. DERNIÈRES ŒUVRES (FLUX WOOCOMMERCE DYNAMIQUE)
   ========================================================================== */
.ga-home-prototype .latest-section {
    background: var(--paper-soft);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.ga-home-prototype .latest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, 1.8vw, 1.8rem);
}

.ga-home-prototype .product-card {
    background: var(--paper-card);
    border-radius: var(--radius-card);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-card);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
}

.ga-home-prototype .product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.ga-home-prototype .product-media {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #0d0d0e;
}

.ga-home-prototype .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ga-home-prototype .product-card:hover .product-media img {
    transform: scale(1.05);
}

.ga-home-prototype .product-pill {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(10, 10, 11, 0.7);
    backdrop-filter: blur(6px);
    color: var(--gold-light);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.3rem 0.65rem;
    border-radius: 4px;
    border: 1px solid rgba(199, 166, 106, 0.3);
}

.ga-home-prototype .product-body {
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.ga-home-prototype .product-body .category-tag {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.4rem;
    display: block;
}

.ga-home-prototype .product-body h3 {
    font-family: var(--serif);
    font-size: 1.15rem;
    font-weight: 400;
    margin: 0 0 0.8rem;
    line-height: 1.3;
    color: var(--ink);
}

.ga-home-prototype .product-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 0.8rem;
    border-top: 1px solid var(--line-soft);
    margin-top: auto;
}

.ga-home-prototype .product-price {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ink);
}

.ga-home-prototype .product-price span.from {
    font-size: 0.72rem;
    font-weight: 400;
    color: var(--text-muted);
}

.ga-home-prototype .product-action {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
}

/* ==========================================================================
   5. LES 4 MATIÈRES D'EXCEPTION
   ========================================================================== */
.ga-home-prototype .materials-section {
    background: var(--paper);
}

.ga-home-prototype .materials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.2rem, 2vw, 2rem);
}

.ga-home-prototype .material-card {
    background: var(--paper-card);
    border-radius: var(--radius-card);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ga-home-prototype .material-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
    box-shadow: 0 16px 36px rgba(200, 155, 95, 0.18);
}

.ga-home-prototype .material-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #0f1113;
}

.ga-home-prototype .material-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ga-home-prototype .material-card:hover .material-media img {
    transform: scale(1.05);
}

.ga-home-prototype .material-body {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ga-home-prototype .material-body h3 {
    font-family: var(--serif);
    font-size: 1.35rem;
    font-weight: 400;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
    color: var(--dark);
    transition: color 0.25s ease;
}

.ga-home-prototype .material-card:hover .material-body h3 {
    color: var(--gold);
}

.ga-home-prototype .material-body .spec {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 0.8rem;
    display: block;
}

.ga-home-prototype .material-body p {
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0 0 1rem 0;
    flex-grow: 1;
}

.ga-home-prototype .material-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: auto;
    transition: gap 0.25s ease;
}

.ga-home-prototype .material-card:hover .material-link {
    gap: 10px;
    color: #a87e45;
}

/* ==========================================================================
   6. ATELIER CRÉATION SUR MESURE
   ========================================================================== */
.ga-home-prototype .bespoke-section {
    background: var(--night);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.ga-home-prototype .bespoke-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 50%, rgba(199, 166, 106, 0.15), transparent 50%);
    pointer-events: none;
}

.ga-home-prototype .bespoke-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
    position: relative;
    z-index: 2;
}

.ga-home-prototype .bespoke-content h2 {
    font-family: var(--serif);
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 1.6rem;
    font-weight: 400;
    color: #fff;
}

.ga-home-prototype .bespoke-content p {
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 2rem;
}

.ga-home-prototype .bespoke-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 2.4rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
}

.ga-home-prototype .bespoke-step-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.ga-home-prototype .step-bullet {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    color: var(--gold-light);
    font-size: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.ga-home-prototype .step-text strong {
    font-size: 0.92rem;
    color: #fff;
    display: block;
    margin-bottom: 0.2rem;
}

.ga-home-prototype .step-text span {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
}

.ga-home-prototype .bespoke-visual {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.ga-home-prototype .bespoke-visual img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   7. GUIDE D'ACQUISITION & ACCORDÉONS FAQ (SEO + IA / GEO)
   ========================================================================== */
.ga-home-prototype .faq-section {
    background: var(--paper-soft);
}

.ga-home-prototype .faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 1050px;
    margin: 0 auto;
}

.ga-home-prototype .faq-item {
    background: var(--paper-card);
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ga-home-prototype .faq-item[open] {
    border-color: var(--gold);
    box-shadow: var(--shadow-card);
}

.ga-home-prototype .faq-summary {
    padding: 1.6rem 2rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    user-select: none;
    font-family: var(--serif);
    font-size: clamp(1.15rem, 1.5vw, 1.45rem);
    color: var(--ink);
    font-weight: 400;
}

.ga-home-prototype .faq-summary::-webkit-details-marker {
    display: none;
}

.ga-home-prototype .faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    font-family: var(--sans);
    font-size: 1.1rem;
    font-weight: 300;
}

.ga-home-prototype .faq-item[open] .faq-icon {
    transform: rotate(45deg);
    border-color: var(--gold);
    background: var(--gold);
    color: #111;
}

.ga-home-prototype .faq-content {
    padding: 0 2rem 2rem;
    font-size: 0.96rem;
    line-height: 1.8;
    color: #38352f;
    border-top: 1px solid var(--line-soft);
    margin-top: 0.2rem;
    padding-top: 1.4rem;
}

.ga-home-prototype .faq-content p {
    margin: 0 0 1rem;
}

.ga-home-prototype .faq-content p:last-child {
    margin-bottom: 0;
}

.ga-home-prototype .faq-content ul {
    margin: 0.8rem 0 1.2rem;
    padding-left: 1.4rem;
}

.ga-home-prototype .faq-content li {
    margin-bottom: 0.5rem;
}

.ga-home-prototype .faq-content a {
    color: var(--ink);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ga-home-prototype .faq-content a:hover {
    color: var(--gold);
}

/* ==========================================================================
   RESPONSIVE & MOBILE DESIGN
   ========================================================================== */
@media (max-width: 1200px) {
    .ga-home-prototype .univers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ga-home-prototype .materials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ga-home-prototype .latest-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .ga-home-prototype .manifesto-grid,
    .ga-home-prototype .bespoke-grid {
        grid-template-columns: 1fr;
        gap: 2.8rem;
    }
    .ga-home-prototype .hero {
        min-height: auto;
        padding-top: 24px;
        padding-bottom: 40px;
        align-items: flex-start;
    }
    .ga-home-prototype .hero-content {
        padding: 1.25rem 1rem;
        width: 100%;
    }
    .ga-home-prototype .hero h1 {
        font-size: clamp(2.2rem, 8vw, 3.2rem);
        line-height: 1.08;
        margin-bottom: 1.2rem;
    }
    .ga-home-prototype .hero-lead {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.8rem;
    }
    .ga-home-prototype .hero-badges {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.9rem 1rem;
        flex-direction: unset;
        margin-top: 1.5rem;
        padding-top: 1.2rem;
    }
    .ga-home-prototype .badge-item {
        gap: 0.6rem;
    }
    .ga-home-prototype .badge-icon {
        width: 18px;
        height: 18px;
        font-size: 10px;
        flex-shrink: 0;
    }
    .ga-home-prototype .badge-text strong {
        font-size: 0.78rem;
    }
    .ga-home-prototype .badge-text span {
        font-size: 0.70rem;
    }
}

@media (max-width: 640px) {
    .ga-home-prototype .univers-grid,
    .ga-home-prototype .materials-grid,
    .ga-home-prototype .latest-grid {
        grid-template-columns: 1fr;
    }
    .ga-home-prototype .section-pad {
        padding: 3.5rem 1.2rem;
    }
    .ga-home-prototype .actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .ga-home-prototype .btn {
        width: 100%;
    }
    .ga-home-prototype .faq-summary {
        padding: 1.2rem 1.4rem;
        font-size: 1.1rem;
    }
    .ga-home-prototype .faq-content {
        padding: 0 1.4rem 1.4rem;
    }
}


/* Masquer l'ancienne bannière inline encombrante */
#ga-luxury-banner {
    display: none !important;
}

/* Alignement élégant à gauche pour le titre FAQ */
.ga-home-prototype .faq-section .section-heading {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    max-width: 850px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-bottom: 40px !important;
}
.ga-home-prototype .faq-section .section-heading h2 {
    text-align: left !important;
    margin-bottom: 16px !important;
    font-size: clamp(2rem, 3.5vw, 3.2rem) !important;
    line-height: 1.15 !important;
}
.ga-home-prototype .faq-section .section-heading p.lead {
    text-align: left !important;
    font-size: 1.1rem !important;
    color: var(--ga-text-muted) !important;
    line-height: 1.6 !important;
}
.ga-home-prototype .faq-section .eyebrow {
    justify-content: flex-start !important;
    margin-bottom: 12px !important;
}

/* Fenêtre Modale de Bienvenue Graphic Avenue */
.ga-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(5, 7, 10, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.ga-modal-backdrop.is-active {
    opacity: 1;
    visibility: visible;
}

.ga-modal-card {
    position: relative;
    background: linear-gradient(145deg, #161412 0%, #0c0c0d 100%);
    border: 1px solid rgba(199, 166, 106, 0.45);
    border-radius: 16px;
    padding: clamp(2rem, 4vw, 3.2rem);
    max-width: 580px;
    width: 100%;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55), 0 0 40px rgba(199, 166, 106, 0.12);
    color: #f7f3ec;
    text-align: center;
    transform: translateY(20px) scale(0.96);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ga-modal-backdrop.is-active .ga-modal-card {
    transform: translateY(0) scale(1);
}

.ga-modal-close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #cfc6b8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.25s ease;
}

.ga-modal-close:hover {
    background: var(--gold);
    color: #111;
    border-color: var(--gold);
    transform: rotate(90deg);
}

.ga-modal-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.ga-modal-card h2 {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 2.8vw, 2.5rem);
    font-weight: 400;
    line-height: 1.15; 
    margin: 0 0 0.8rem;
    color: #fff;
}

.ga-modal-card h2 span {
    color: var(--gold-light);
    font-style: italic;
}

.ga-modal-pill {
    display: inline-block;
    background: rgba(199, 166, 106, 0.15);
    border: 1px solid rgba(199, 166, 106, 0.35);
    color: var(--gold-light);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 4px;
    margin-bottom: 1.2rem;
}

.ga-modal-desc {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #ded6c8;
    margin: 0 auto 1.6rem;
    max-width: 460px;
}

.ga-modal-desc strong {
    color: #fff;
}

.ga-modal-form {
    display: flex;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.ga-modal-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-button);
    padding: 0.85rem 1.1rem;
    color: #fff;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.25s;
}

.ga-modal-input:focus {
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.08);
}

.ga-modal-btn {
    background: var(--gold);
    color: #111;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 0.85rem 1.6rem;
    border: 1px solid var(--gold);
    border-radius: var(--radius-button);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.ga-modal-btn:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(199, 166, 106, 0.35);
}

.ga-modal-reassurance {
    font-size: 0.76rem;
    color: #9c9589;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.ga-modal-reassurance span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.ga-modal-msg {
    font-size: 0.9rem;
    margin-top: 0.8rem;
    padding: 0.6rem;
    border-radius: 4px;
}
.ga-modal-msg.ok {
    background: rgba(199, 166, 106, 0.15);
    color: var(--gold-light);
    border: 1px solid var(--gold);
}
.ga-modal-msg.err {
    background: rgba(220, 53, 69, 0.15);
    color: #f8d7da;
    border: 1px solid #f5c6cb;
}


/* ==========================================================================
   PAGES SUPPORTS D'ART (Plexiglas, Alu Dibond, Toile Canvas, Papier Fine Art)
   Charte graphique de prestige épurée alignée sur Moteurs & Légendes (Fonds clairs, lin & pierre)
   ========================================================================== */

.ga-support-prototype {
    background-color: #f5f2eb !important;
    color: #0a0a0b !important;
    font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
}

.ga-sup-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Fil d'ariane */
.ga-sup-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7a7265;
    margin-bottom: 2.5rem;
}
.ga-sup-breadcrumbs a {
    color: #8b6d3c;
    text-decoration: none;
    transition: color 0.25s;
}
.ga-sup-breadcrumbs a:hover {
    color: #0a0a0b;
}
.ga-sup-breadcrumbs .sep {
    color: #c4bcaf;
}
.ga-sup-breadcrumbs .current {
    color: #171512;
    font-weight: 600;
}

/* Pastilles */
.ga-sup-pill {
    display: inline-block;
    background: rgba(155, 124, 72, 0.12);
    border: 1px solid rgba(155, 124, 72, 0.32);
    color: #8b6d3c;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.45rem 1.1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.ga-sup-pill-sm {
    display: inline-block;
    background: rgba(155, 124, 72, 0.1);
    border: 1px solid rgba(155, 124, 72, 0.25);
    color: #8b6d3c;
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.35rem 0.9rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

/* HERO */
.ga-sup-hero {
    padding: 40px 0 80px;
    background: radial-gradient(circle at top right, rgba(199, 166, 106, 0.16) 0%, transparent 65%);
    border-bottom: 1px solid rgba(12, 12, 13, 0.08);
}

.ga-sup-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
}

.ga-sup-hero-copy h1 {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.6rem, 4.4vw, 4.4rem);
    line-height: 1.05;
    color: #0a0a0b;
    margin-bottom: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.015em;
}

.ga-sup-tagline {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.35rem, 2vw, 1.7rem) !important;
    font-style: italic !important;
    color: #8b6d3c !important;
    font-weight: 600 !important;
    margin-bottom: 1.3rem !important;
    line-height: 1.35 !important;
}

.ga-sup-lead {
    font-size: clamp(1.02rem, 1.25vw, 1.16rem) !important;
    line-height: 1.85 !important;
    color: #26221c !important;
    font-weight: 450 !important;
    margin-bottom: 2.2rem !important;
    max-width: 640px !important;
}

.ga-sup-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 2.5rem;
}

.ga-sup-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 1.05rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ga-sup-btn-gold {
    background: #0a0a0b;
    color: #fff;
    border: 1px solid #0a0a0b;
    font-weight: 600;
}
.ga-sup-btn-gold:hover {
    background: #8b6d3c;
    border-color: #8b6d3c;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(139, 109, 60, 0.25);
    color: #fff;
}

.ga-sup-btn-outline {
    background: transparent;
    color: #0a0a0b;
    border: 1px solid rgba(12, 12, 13, 0.35);
    font-weight: 600;
}
.ga-sup-btn-outline:hover {
    border-color: #8b6d3c;
    color: #8b6d3c;
    transform: translateY(-2px);
    background: rgba(139, 109, 60, 0.06);
}

.ga-sup-hero-highlights {
    display: flex;
    gap: 30px;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(12, 12, 13, 0.1);
}
.ga-sup-highlight-item strong {
    display: block;
    font-size: 1.05rem;
    color: #0a0a0b;
    font-weight: 600;
}
.ga-sup-highlight-item span {
    font-size: 0.78rem;
    color: #6b6458;
    letter-spacing: 0.04em;
}

.ga-sup-hero-media {
    position: relative;
}
.ga-sup-hero-frame {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(68, 51, 29, 0.14), 0 0 0 1px rgba(12, 12, 13, 0.08);
    background: #ffffff;
}
.ga-sup-hero-frame img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}
.ga-sup-hero-frame:hover img {
    transform: scale(1.03);
}

.ga-sup-frame-badge {
    position: absolute;
    bottom: 18px;
    left: 18px;
    right: 18px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(139, 109, 60, 0.35);
    border-radius: 8px;
    font-size: 0.76rem;
    color: #8b6d3c;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    letter-spacing: 0.06em;
    box-shadow: 0 4px 15px rgba(68, 51, 29, 0.08);
}
.ga-sup-frame-badge .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8b6d3c;
    display: inline-block;
    box-shadow: 0 0 6px rgba(139, 109, 60, 0.6);
}

/* SECTION HEADINGS */
.ga-sup-section-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 50px;
}
.ga-sup-section-head h2 {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.2rem, 3.4vw, 3.2rem);
    color: #0a0a0b;
    margin-bottom: 0.8rem;
    font-weight: 400;
    letter-spacing: -0.015em;
}
.ga-sup-section-head p {
    font-size: 1rem;
    color: #5e5a53;
    line-height: 1.75;
}

/* SPECIFICATIONS GRID */
.ga-sup-specs-section {
    padding: 90px 0;
    background: #e9e2d7;
    border-bottom: 1px solid rgba(12, 12, 13, 0.08);
}
.ga-sup-specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.ga-sup-spec-card {
    background: #ffffff;
    border: 1px solid rgba(12, 12, 13, 0.08);
    border-top: 2px solid #8b6d3c;
    border-radius: 10px;
    padding: 30px 24px;
    box-shadow: 0 8px 24px rgba(68, 51, 29, 0.06);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.ga-sup-spec-card:hover {
    transform: translateY(-4px);
    border-color: rgba(139, 109, 60, 0.35);
    border-top-color: #634f2d;
    box-shadow: 0 15px 35px rgba(68, 51, 29, 0.12);
}
.ga-sup-spec-label {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8b6d3c;
    margin-bottom: 0.6rem;
    font-weight: 700;
}
.ga-sup-spec-val {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: 1.6rem;
    color: #0a0a0b;
    margin-bottom: 0.8rem;
    line-height: 1.25;
    font-weight: 400;
}
.ga-sup-spec-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #5e5a53;
    margin: 0;
}

/* ALCHIMIE */
.ga-sup-alchemy-section {
    padding: 100px 0;
    background: #f5f2eb;
    border-bottom: 1px solid rgba(12, 12, 13, 0.08);
}
.ga-sup-alchemy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}
.ga-sup-alchemy-text h2 {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.2rem, 3.4vw, 3.2rem);
    color: #0a0a0b;
    margin-bottom: 1.5rem;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -0.015em;
}
.ga-sup-alchemy-text p {
    font-size: 1.02rem;
    line-height: 1.85;
    color: #3e3b36;
    margin-bottom: 1.2rem;
}
.ga-sup-quote {
    margin: 2rem 0 0;
    padding: 1.2rem 1.6rem;
    border-left: 2px solid #8b6d3c;
    background: rgba(139, 109, 60, 0.08);
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #634f2d;
    line-height: 1.55;
    border-radius: 0 8px 8px 0;
}
.ga-sup-alchemy-frame {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(68, 51, 29, 0.12), 0 0 0 1px rgba(12, 12, 13, 0.08);
    background: #ffffff;
}
.ga-sup-alchemy-frame img {
    width: 100%;
    height: auto;
    display: block;
}

/* GUIDE D'INTÉRIEUR */
.ga-sup-guide-section {
    padding: 90px 0;
    background: #e9e2d7;
    border-bottom: 1px solid rgba(12, 12, 13, 0.08);
}
.ga-sup-guide-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.ga-sup-guide-card {
    background: #ffffff;
    border: 1px solid rgba(12, 12, 13, 0.08);
    border-radius: 12px;
    padding: 38px 34px;
    box-shadow: 0 8px 24px rgba(68, 51, 29, 0.06);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.ga-sup-guide-card:hover {
    transform: translateY(-3px);
    border-color: rgba(139, 109, 60, 0.35);
}
.ga-sup-guide-header {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 1.2rem;
}
.ga-sup-guide-num {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: 2.2rem;
    color: #8b6d3c;
    font-weight: 500;
    line-height: 1;
}
.ga-sup-guide-header h3 {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: 1.7rem;
    color: #0a0a0b;
    margin: 0;
    font-weight: 400;
}
.ga-sup-guide-card p {
    font-size: 0.98rem;
    line-height: 1.8;
    color: #5e5a53;
    margin: 0;
}

/* ENCADREMENTS */
.ga-sup-framing-section {
    padding: 90px 0;
    background: #f5f2eb;
    border-bottom: 1px solid rgba(12, 12, 13, 0.08);
}
.ga-sup-framing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.ga-sup-framing-card {
    background: #ffffff;
    border: 1px solid rgba(12, 12, 13, 0.08);
    border-radius: 12px;
    padding: 32px 26px;
    box-shadow: 0 8px 24px rgba(68, 51, 29, 0.06);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.ga-sup-framing-card:hover {
    transform: translateY(-4px);
    border-color: rgba(139, 109, 60, 0.35);
}
.ga-sup-framing-badge {
    display: inline-block;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8b6d3c;
    font-weight: 700;
    margin-bottom: 0.6rem;
}
.ga-sup-framing-head h3 {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    color: #0a0a0b;
    margin-bottom: 0.8rem;
    font-weight: 400;
}
.ga-sup-framing-card p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5e5a53;
    margin: 0;
}

/* SÉLECTION D'ŒUVRES */
.ga-sup-products-section {
    padding: 100px 0;
    background: #e9e2d7;
    border-bottom: 1px solid rgba(12, 12, 13, 0.08);
}
.ga-sup-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.ga-sup-product-card {
    background: #ffffff;
    border: 1px solid rgba(12, 12, 13, 0.08);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(68, 51, 29, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.ga-sup-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(139, 109, 60, 0.35);
    box-shadow: 0 16px 36px rgba(68, 51, 29, 0.12);
}
.ga-sup-product-media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #eee8de;
}
.ga-sup-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.ga-sup-product-card:hover .ga-sup-product-media img {
    transform: scale(1.06);
}
.ga-sup-product-cat {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(6px);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8b6d3c;
    border: 1px solid rgba(139, 109, 60, 0.3);
    font-weight: 700;
}
.ga-sup-product-body {
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ga-sup-product-body h3 {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    margin: 0 0 14px;
    line-height: 1.25;
    font-weight: 400;
}
.ga-sup-product-body h3 a {
    color: #0a0a0b;
    text-decoration: none;
    transition: color 0.25s;
}
.ga-sup-product-body h3 a:hover {
    color: #8b6d3c;
}
.ga-sup-product-meta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid rgba(12, 12, 13, 0.08);
}
.ga-sup-product-price {
    font-size: 0.82rem;
    color: #8b6d3c;
    font-weight: 600;
}
.ga-sup-product-link {
    font-size: 0.76rem;
    color: #0a0a0b;
    text-decoration: none;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.25s, transform 0.25s;
}
.ga-sup-product-card:hover .ga-sup-product-link {
    color: #8b6d3c;
    transform: translateX(3px);
}

/* BANNIÈRE CRÉATION SUR MESURE */
.ga-sup-csm-section {
    padding: 70px 0;
    background: #f5f2eb;
}
.ga-sup-csm-banner {
    background: #ffffff;
    border: 1px solid rgba(139, 109, 60, 0.35);
    border-radius: 16px;
    padding: 60px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(68, 51, 29, 0.08);
}
.ga-sup-csm-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(199, 166, 106, 0.1) 0%, transparent 60%);
    pointer-events: none;
}
.ga-sup-csm-content {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
}
.ga-sup-csm-banner h2 {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    color: #0a0a0b;
    margin-bottom: 1rem;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -0.015em;
}
.ga-sup-csm-banner p {
    font-size: 1.05rem;
    color: #5e5a53;
    line-height: 1.75;
    margin-bottom: 2rem;
}

/* FAQ ACCORDÉON */
.ga-sup-faq-section {
    padding: 90px 0;
    background: #e9e2d7;
    border-bottom: 1px solid rgba(12, 12, 13, 0.08);
}
.ga-sup-accordion {
    max-width: 860px;
    margin: 0 auto;
}
.ga-sup-accordion details {
    background: #ffffff;
    border: 1px solid rgba(12, 12, 13, 0.08);
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(68, 51, 29, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.ga-sup-accordion details[open] {
    border-color: rgba(139, 109, 60, 0.4);
    box-shadow: 0 8px 24px rgba(68, 51, 29, 0.08);
}
.ga-sup-accordion summary {
    padding: 22px 26px;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0a0a0b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    user-select: none;
}
.ga-sup-accordion summary::-webkit-details-marker {
    display: none;
}
.ga-sup-accordion summary .ga-sup-chevron {
    color: #8b6d3c;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}
.ga-sup-accordion details[open] summary .ga-sup-chevron {
    transform: rotate(180deg);
}
.ga-sup-accordion-body {
    padding: 0 26px 24px;
    border-top: 1px solid rgba(12, 12, 13, 0.06);
}
.ga-sup-accordion-body p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #5e5a53;
    margin: 16px 0 0;
}

/* CROSS-SUPPORTS */
.ga-sup-cross-section {
    padding: 100px 0;
    background: #f5f2eb;
    border-bottom: 1px solid rgba(12, 12, 13, 0.08);
}
.ga-sup-cross-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.ga-sup-cross-card {
    background: #ffffff;
    border: 1px solid rgba(12, 12, 13, 0.08);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(68, 51, 29, 0.06);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.ga-sup-cross-card:hover {
    transform: translateY(-5px);
    border-color: rgba(139, 109, 60, 0.35);
    box-shadow: 0 16px 36px rgba(68, 51, 29, 0.12);
}
.ga-sup-cross-media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eee8de;
}
.ga-sup-cross-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.ga-sup-cross-card:hover .ga-sup-cross-media img {
    transform: scale(1.05);
}
.ga-sup-cross-body {
    padding: 26px;
}
.ga-sup-cross-tag {
    display: inline-block;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8b6d3c;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.ga-sup-cross-body h3 {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: 1.6rem;
    margin: 0 0 10px;
    font-weight: 400;
}
.ga-sup-cross-body h3 a {
    color: #0a0a0b;
    text-decoration: none;
    transition: color 0.25s;
}
.ga-sup-cross-body h3 a:hover {
    color: #8b6d3c;
}
.ga-sup-cross-body p {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #5e5a53;
    margin: 0 0 18px;
}
.ga-sup-cross-link {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8b6d3c;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.25s;
}
.ga-sup-cross-link:hover {
    color: #0a0a0b;
}

/* RÉASSURANCE */
.ga-sup-reassurance-section {
    padding: 70px 0;
    background: #e9e2d7;
}
.ga-sup-reassurance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.ga-sup-reassure-item h4 {
    font-family: Didot, 'Bodoni 72', 'Bodoni MT', 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    color: #8b6d3c;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.ga-sup-reassure-item p {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #5e5a53;
    margin: 0;
}

/* ==========================================================================
   LISIBILITÉ ACCRUE DE TOUS LES SOUS-TITRES DU HERO SUR TOUTES LES PAGES
   ========================================================================== */
.ga-code-prototype .hero-copy > p:not(.eyebrow),
.ga-cinema-hero-lead,
.hero-lead,
.ga-home-hero p:not(.eyebrow),
.hero p:not(.eyebrow) {
    color: #ffffff !important;
    font-size: clamp(1.05rem, 1.35vw, 1.22rem) !important;
    font-weight: 450 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.015em !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.92), 0 1px 4px rgba(0, 0, 0, 0.95) !important;
    max-width: 660px !important;
}

/* Renforcement du scrim d'arrière-plan hero */
.ga-code-prototype .hero-scrim {
    background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.55) 55%, rgba(0,0,0,.18) 85%), linear-gradient(0deg, rgba(0,0,0,.85), transparent 65%) !important;
}

/* Eyebrows du hero sur toutes les pages */
.ga-code-prototype .hero-copy .eyebrow,
.ga-home-hero .eyebrow,
.hero .eyebrow {
    color: #eeddbb !important;
    font-weight: 700 !important;
    letter-spacing: 0.32em !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85) !important;
}

/* ==========================================================================
   MENU BURGER IPHONE / MOBILE VERTICAL DÉROULANT DE LUXE
   Strictement déroulé en position verticale depuis l'en-tête
   ========================================================================== */
@media (max-width: 1024px) {
    /* Empêche tout débordement horizontal */
    html, body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    /* En-tête mobile positionnée proprement */
    header.elementor-location-header,
    .elementor-location-header .elementor-element {
        position: relative !important;
        z-index: 99990 !important;
    }

    /* Bouton burger tactile optimisé */
    .elementor-menu-toggle {
        min-width: 44px !important;
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        z-index: 100000 !important;
    }

    /* Conteneur du menu déroulant — STRICTEMENT VERTICAL, PLEINE LARGEUR */
    body .elementor-widget-nav-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container,
    body div[class*="elementor-widget-nav-menu"] .elementor-nav-menu--dropdown.elementor-nav-menu__container,
    body div.elementor-element-f7cd564 .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: fixed !important;
        top: var(--ga-mobile-menu-top, 115px) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        height: calc(100dvh - var(--ga-mobile-menu-top, 115px)) !important;
        max-height: calc(100dvh - var(--ga-mobile-menu-top, 115px)) !important;
        background: #090a0d !important;
        background-color: #090a0d !important;
        border-top: 1px solid rgba(197, 160, 89, 0.35) !important;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.95) !important;
        padding: 12px 18px 80px 18px !important;
        margin: 0 !important;
        transform: none !important;
        box-sizing: border-box !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        z-index: 999999 !important;
        display: none;
        --ga-header-text: #f7f6f4 !important;
    }

    /* Affichage du menu actif en déroulement vertical fluide */
    body .elementor-widget-nav-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container.ga-menu-open,
    body div.elementor-element-f7cd564 .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown.elementor-nav-menu__container,
    body .elementor-menu-toggle.elementor-active ~ .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        display: block !important;
        animation: gaDropdownUnfold 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
    }

    @keyframes gaDropdownUnfold {
        from {
            opacity: 0;
            transform: translateY(-8px) !important;
        }
        to {
            opacity: 1;
            transform: translateY(0) !important;
        }
    }

    /* Tous les liens du dropdown */
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container a,
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item,
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
        font-family: 'Montserrat', sans-serif !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
    }

    /* Liste principale verticale */
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
        background: transparent !important;
    }

    /* Éléments de premier niveau (ACCUEIL, TABLEAUX, etc.) */
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu > li {
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
    }

    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 50px !important;
        padding: 12px 10px !important;
        color: #f7f6f4 !important;
        background: transparent !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        letter-spacing: 0.07em !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
    }

    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu > li > a:hover,
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu > li.current-menu-item > a,
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu > li.current_page_item > a {
        color: #c5a059 !important;
        padding-left: 14px !important;
    }

    /* Sous-menus Niveau 2 (les 9 Piliers sous TABLEAUX) */
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container > ul.elementor-nav-menu > li > ul.sub-menu {
        display: none !important;
        width: 100% !important;
        background: #0d1017 !important;
        border-left: 2px solid #c5a059 !important;
        margin: 4px 0 8px 4px !important;
        padding: 6px 0 6px 12px !important;
        list-style: none !important;
        box-sizing: border-box !important;
        border-radius: 0 6px 6px 0 !important;
    }

    body .elementor-nav-menu--dropdown.elementor-nav-menu__container > ul.elementor-nav-menu > li.highlighted > ul.sub-menu,
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container > ul.elementor-nav-menu > li.ga-sub-open > ul.sub-menu {
        display: flex !important;
        flex-direction: column !important;
        animation: gaSubUnfold 0.22s ease forwards !important;
    }

    @keyframes gaSubUnfold {
        from { opacity: 0; transform: translateY(-4px); }
        to { opacity: 1; transform: translateY(0); }
    }

    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.sub-menu > li {
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        background: transparent !important;
        padding: 0 !important;
    }
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.sub-menu > li:last-child {
        border-bottom: none !important;
    }

    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.sub-menu > li > a,
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.sub-menu > li > .elementor-sub-item {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 44px !important;
        padding: 10px 10px !important;
        color: #e5e7eb !important;
        background: transparent !important;
        font-size: 13.5px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
    }

    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.sub-menu > li > a:hover,
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.sub-menu > li > .elementor-sub-item:hover {
        color: #c5a059 !important;
        background: rgba(197, 160, 89, 0.08) !important;
        padding-left: 14px !important;
    }

    /* Sous-sous-menus Niveau 3 (Thématiques internes) — repliés par défaut */
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.sub-menu ul.sub-menu {
        display: none !important;
        background: #07080a !important;
        border-left: 1px dashed rgba(197, 160, 89, 0.4) !important;
        margin: 2px 0 6px 4px !important;
        padding: 4px 0 4px 10px !important;
        list-style: none !important;
    }
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.sub-menu li.ga-sub-open > ul.sub-menu {
        display: block !important;
        animation: gaSubUnfold 0.22s ease forwards !important;
    }
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.sub-menu ul.sub-menu > li > a {
        display: block !important;
        min-height: 36px !important;
        padding: 6px 8px !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.02em !important;
        color: #9ca3af !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    }
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.sub-menu ul.sub-menu > li > a:hover {
        color: #ffffff !important;
        padding-left: 12px !important;
    }

    /* Flèche chevron Elementor alignée à droite */
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container a.has-submenu {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container .sub-arrow {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-left: auto !important;
        padding: 8px 10px !important;
        color: #c5a059 !important;
        cursor: pointer !important;
        transition: transform 0.25s ease !important;
    }
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container .sub-arrow svg {
        width: 14px !important;
        height: 14px !important;
        fill: #c5a059 !important;
        transition: transform 0.25s ease !important;
    }
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container li.ga-sub-open > a > .sub-arrow svg,
    body .elementor-nav-menu--dropdown.elementor-nav-menu__container li.highlighted > a > .sub-arrow svg {
        transform: rotate(180deg) !important;
    }
}

/* ==========================================================================
   RESPONSIVE IPHONE & SMARTPHONE — PAGES SUPPORTS & PILIERS
   ========================================================================== */
@media (max-width: 1024px) {
    .ga-sup-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .ga-sup-specs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .ga-sup-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .ga-sup-alchemy-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .ga-sup-cross-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .ga-sup-reassurance-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

@media (max-width: 767px) {
    .ga-sup-container {
        padding: 0 16px;
    }
    .ga-sup-hero {
        padding: 20px 0 44px;
    }
    .ga-sup-hero h1 {
        font-size: clamp(1.85rem, 7.5vw, 2.6rem);
        line-height: 1.15;
    }
    .ga-sup-hero-actions {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    .ga-sup-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 14px 20px;
    }
    .ga-sup-hero-highlights {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin-top: 24px;
        padding-top: 20px;
    }
    .ga-sup-highlight-item strong {
        font-size: 0.95rem;
    }
    .ga-sup-highlight-item span {
        font-size: 0.72rem;
    }
    .ga-sup-hero-frame img {
        max-height: 360px;
        object-fit: cover;
        border-radius: 12px;
    }
    .ga-sup-specs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .ga-sup-spec-card {
        padding: 16px 12px;
        border-radius: 10px;
        background: #ffffff !important;
        border: 1px solid rgba(12, 12, 13, 0.08) !important;
        border-top: 2px solid #8b6d3c !important;
    }
    .ga-sup-spec-val {
        font-size: 1.05rem;
        color: #0a0a0b !important;
    }
    .ga-sup-spec-desc {
        font-size: 0.78rem;
        line-height: 1.45;
        color: #5e5a53 !important;
    }
    .ga-sup-alchemy-media img {
        max-height: 280px;
        object-fit: cover;
        border-radius: 12px;
    }
    .ga-sup-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .ga-sup-product-card {
        background: #ffffff !important;
        border: 1px solid rgba(12, 12, 13, 0.08) !important;
    }
    .ga-sup-product-body {
        padding: 12px 10px;
    }
    .ga-sup-product-body h3 {
        font-size: 0.88rem;
    }
    .ga-sup-product-body h3 a {
        color: #0a0a0b !important;
    }
    .ga-sup-product-price {
        font-size: 0.82rem;
        color: #8b6d3c !important;
    }
    .ga-sup-product-link {
        font-size: 0.78rem;
        color: #0a0a0b !important;
    }
    .ga-sup-guide-grid,
    .ga-sup-framing-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .ga-sup-reassurance-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .ga-sup-reassure-item {
        padding: 16px 12px;
        border-radius: 10px;
        background: #ffffff !important;
        border: 1px solid rgba(12, 12, 13, 0.08) !important;
    }
    .ga-sup-reassure-item h4 {
        font-size: 1.15rem;
        color: #8b6d3c !important;
    }
    .ga-sup-reassure-item p {
        font-size: 0.78rem;
        color: #5e5a53 !important;
    }
    .ga-sup-csm-banner {
        padding: 36px 18px;
        border-radius: 14px;
        background: #ffffff !important;
        border: 1px solid rgba(139, 109, 60, 0.35) !important;
    }
    .ga-sup-csm-content h2 {
        font-size: 1.6rem;
        color: #0a0a0b !important;
    }
    .ga-sup-csm-content p {
        color: #5e5a53 !important;
    }
}


/* ==========================================================================
   GRAPHIC AVENUE — BLOG / JOURNAL ÉDITORIAL LUXE (.ga-blog-prototype)
   ========================================================================== */

.ga-blog-prototype {
    background-color: var(--ga-bg-linen, #f5f2eb) !important;
    color: var(--ga-ink, #171512);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* HERO SECTION */
.ga-blog-hero {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 90px 20px 60px;
    box-sizing: border-box;
    overflow: hidden;
}

.ga-blog-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ga-blog-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.92);
}

.ga-blog-hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 14, 12, 0.42) 0%, rgba(16, 14, 12, 0.78) 100%);
}

.ga-blog-hero-container {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ga-blog-hero-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    background: rgba(23, 21, 18, 0.65);
    border: 1px solid rgba(197, 160, 89, 0.5);
    color: #f5f2eb;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    margin-bottom: 18px;
}

.ga-blog-hero-title {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", "Bodoni MT", Georgia, serif) !important;
    font-size: clamp(2.4rem, 4.8vw, 3.8rem) !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    line-height: 1.15 !important;
    margin: 0 0 16px !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.92), 0 1px 4px rgba(0, 0, 0, 0.95) !important;
}

.ga-blog-hero-sub {
    font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
    color: #f7f4ee !important;
    line-height: 1.65 !important;
    max-width: 680px !important;
    margin: 0 0 24px !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 0.95) !important;
}

.ga-blog-nav-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.ga-blog-chip {
    padding: 7px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: all 0.25s ease;
}

.ga-blog-chip:hover,
.ga-blog-chip.is-active {
    background: #8b6d3c !important;
    border-color: #8b6d3c !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

/* BODY WRAP & SECTIONS */
.ga-blog-body-wrap {
    padding: 60px 0 80px;
}

.ga-blog-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.ga-blog-section {
    margin-bottom: 70px;
}

.ga-blog-section-header {
    margin-bottom: 32px;
}

.ga-blog-section-header.is-centered {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.ga-blog-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #8b6d3c;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.ga-blog-section-title {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem) !important;
    font-weight: 400 !important;
    color: #171512 !important;
    line-height: 1.25 !important;
    margin: 0 0 10px !important;
}

.ga-blog-section-desc {
    font-size: 0.95rem;
    color: #5e5a53;
    line-height: 1.6;
    margin: 0;
}

/* FEATURED CARD */
.ga-blog-featured-card {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(139, 109, 60, 0.2);
    box-shadow: 0 14px 40px rgba(23, 21, 18, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ga-blog-featured-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 48px rgba(23, 21, 18, 0.1);
}

.ga-blog-featured-media-link {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e9e2d7;
}

.ga-blog-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ga-blog-featured-card:hover .ga-blog-featured-img {
    transform: scale(1.04);
}

.ga-blog-featured-pill {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(23, 21, 18, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(197, 160, 89, 0.45);
    color: #f5f2eb;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 20px;
    z-index: 2;
}

.ga-blog-featured-content {
    padding: 44px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.ga-blog-meta-top {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: #8b6d3c;
    font-weight: 500;
    margin-bottom: 14px;
}

.ga-blog-meta-time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ga-blog-meta-bullet {
    color: rgba(139, 109, 60, 0.4);
}

.ga-blog-meta-date {
    color: #7a756c;
}

.ga-blog-featured-title {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: clamp(1.4rem, 2vw, 1.85rem) !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    margin: 0 0 14px !important;
}

.ga-blog-featured-title a {
    color: #171512 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ga-blog-featured-title a:hover {
    color: #8b6d3c !important;
}

.ga-blog-featured-excerpt {
    font-size: 0.96rem;
    color: #5e5a53;
    line-height: 1.65;
    margin: 0 0 24px;
}

.ga-blog-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    background: #171512;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    align-self: flex-start;
}

.ga-blog-cta-button:hover {
    background: #8b6d3c;
    color: #ffffff !important;
    transform: translateX(2px);
}

/* BLOG GRID */
.ga-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.ga-blog-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(139, 109, 60, 0.16);
    box-shadow: 0 10px 30px rgba(23, 21, 18, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ga-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(23, 21, 18, 0.09);
}

.ga-blog-card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e9e2d7;
}

.ga-blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ga-blog-card:hover .ga-blog-card-media img {
    transform: scale(1.04);
}

.ga-blog-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(23, 21, 18, 0.82);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(197, 160, 89, 0.35);
    color: #f5f2eb;
    padding: 4px 11px;
    border-radius: 16px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    z-index: 2;
}

.ga-blog-card-body {
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
}

.ga-blog-card-meta {
    font-size: 0.78rem;
    color: #8b6d3c;
    font-weight: 500;
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 10px;
}

.ga-blog-card-title {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: 1.18rem !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    margin: 0 0 10px !important;
}

.ga-blog-card-title a {
    color: #171512 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ga-blog-card-title a:hover {
    color: #8b6d3c !important;
}

.ga-blog-card-excerpt {
    font-size: 0.88rem;
    color: #5e5a53;
    line-height: 1.6;
    margin: 0 0 20px;
    flex-grow: 1;
}

.ga-blog-card-footer {
    border-top: 1px solid rgba(139, 109, 60, 0.12);
    padding-top: 14px;
    margin-top: auto;
}

.ga-blog-card-link {
    color: #8b6d3c !important;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}

.ga-blog-card:hover .ga-blog-card-link {
    gap: 10px;
}

/* 4 SUPPORTS D'ART GRID */
.ga-blog-supports-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ga-blog-support-card {
    background: #ffffff;
    border: 1px solid rgba(139, 109, 60, 0.18);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(23, 21, 18, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ga-blog-support-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(23, 21, 18, 0.08);
}

.ga-blog-support-img-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #e9e2d7;
}

.ga-blog-support-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ga-blog-support-card:hover .ga-blog-support-img-wrap img {
    transform: scale(1.04);
}

.ga-blog-support-spec {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(23, 21, 18, 0.85);
    backdrop-filter: blur(6px);
    color: #c5a059;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    text-align: center;
}

.ga-blog-support-content {
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.ga-blog-support-content h3 {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: 1.15rem !important;
    font-weight: 500 !important;
    color: #171512 !important;
    margin: 0 0 8px !important;
}

.ga-blog-support-content p {
    font-size: 0.82rem;
    color: #5e5a53;
    line-height: 1.5;
    margin: 0 0 14px;
    flex-grow: 1;
}

.ga-blog-support-btn {
    color: #8b6d3c !important;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid rgba(139, 109, 60, 0.3);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.ga-blog-support-btn:hover {
    background: #8b6d3c;
    color: #ffffff !important;
    border-color: #8b6d3c;
}

/* SUR MESURE BANNER */
.ga-blog-csm-banner {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 36px;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(139, 109, 60, 0.3);
    border-radius: 16px;
    padding: 48px 44px;
    box-shadow: 0 12px 36px rgba(23, 21, 18, 0.05);
}

.ga-blog-csm-title {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem) !important;
    font-weight: 400 !important;
    color: #171512 !important;
    line-height: 1.3 !important;
    margin: 0 0 14px !important;
}

.ga-blog-csm-desc {
    font-size: 0.94rem;
    color: #5e5a53;
    line-height: 1.65;
    margin: 0 0 24px;
}

.ga-blog-csm-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.ga-blog-btn-gold {
    display: inline-block;
    padding: 12px 24px;
    background: #8b6d3c;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.ga-blog-btn-gold:hover {
    background: #6f552f;
}

.ga-blog-btn-outline {
    display: inline-block;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid #171512;
    color: #171512 !important;
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.ga-blog-btn-outline:hover {
    background: #171512;
    color: #ffffff !important;
}

.ga-blog-csm-visual {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e9e2d7;
}

.ga-blog-csm-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* REASSURANCE SECTION */
.ga-blog-reassurance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ga-blog-reassure-item {
    background: #ffffff;
    border: 1px solid rgba(139, 109, 60, 0.16);
    border-radius: 12px;
    padding: 24px 18px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(23, 21, 18, 0.03);
}

.ga-blog-reassure-num {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8b6d3c;
    margin-bottom: 8px;
}

.ga-blog-reassure-item h4 {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: #171512 !important;
    margin: 0 0 6px !important;
}

.ga-blog-reassure-item p {
    font-size: 0.78rem;
    color: #5e5a53;
    line-height: 1.5;
    margin: 0;
}

/* RESPONSIVE IPHONE & MOBILE BREAKPOINTS */
@media (max-width: 1024px) {
    .ga-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    .ga-blog-supports-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .ga-blog-hero {
        min-height: 380px;
        padding: 70px 16px 40px;
    }
    .ga-blog-hero-title {
        font-size: 2.1rem !important;
    }
    .ga-blog-hero-sub {
        font-size: 0.94rem !important;
    }
    .ga-blog-chip {
        font-size: 0.75rem;
        padding: 6px 14px;
    }
    .ga-blog-body-wrap {
        padding: 40px 0 60px;
    }
    .ga-blog-section {
        margin-bottom: 50px;
    }
    .ga-blog-featured-card {
        grid-template-columns: 1fr;
    }
    .ga-blog-featured-content {
        padding: 26px 20px;
    }
    .ga-blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .ga-blog-card-body {
        padding: 20px 18px;
    }
    .ga-blog-supports-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .ga-blog-support-content {
        padding: 14px 10px;
    }
    .ga-blog-support-content h3 {
        font-size: 1rem !important;
    }
    .ga-blog-support-content p {
        font-size: 0.76rem;
    }
    .ga-blog-csm-banner {
        grid-template-columns: 1fr;
        padding: 28px 20px;
        gap: 24px;
    }
    .ga-blog-reassurance-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .ga-blog-reassure-item {
        padding: 18px 12px;
    }
}


/* ==========================================================================
   GRAPHIC AVENUE — COLLECTIONS SIGNATURE (.ga-signature-prototype)
   ========================================================================== */

.ga-signature-prototype {
    background-color: var(--ga-bg-linen, #f5f2eb) !important;
    color: var(--ga-ink, #171512);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* HERO SECTION */
.ga-sig-hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 95px 20px 65px;
    box-sizing: border-box;
    overflow: hidden;
}

.ga-sig-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ga-sig-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.9);
}

.ga-sig-hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 14, 12, 0.44) 0%, rgba(16, 14, 12, 0.82) 100%);
}

.ga-sig-hero-container {
    position: relative;
    z-index: 2;
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ga-sig-hero-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    background: rgba(23, 21, 18, 0.65);
    border: 1px solid rgba(197, 160, 89, 0.5);
    color: #f5f2eb;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    margin-bottom: 18px;
}

.ga-sig-hero-title {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: clamp(2.4rem, 4.8vw, 3.8rem) !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    line-height: 1.15 !important;
    margin: 0 0 16px !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.92), 0 1px 4px rgba(0, 0, 0, 0.95) !important;
}

.ga-sig-hero-sub {
    font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
    color: #f7f4ee !important;
    line-height: 1.65 !important;
    max-width: 720px !important;
    margin: 0 0 24px !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 0.95) !important;
}

.ga-sig-hero-actions {
    margin-bottom: 22px;
}

.ga-sig-cta-gold {
    display: inline-flex;
    align-items: center;
    padding: 13px 28px;
    background: #8b6d3c;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.ga-sig-cta-gold:hover {
    background: #6f552f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.ga-sig-nav-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.ga-sig-chip {
    padding: 7px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: all 0.25s ease;
}

.ga-sig-chip:hover {
    background: #8b6d3c !important;
    border-color: #8b6d3c !important;
    color: #ffffff !important;
}

/* BODY WRAP & SECTIONS */
.ga-sig-body-wrap {
    padding: 60px 0 90px;
}

.ga-sig-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.ga-sig-section {
    margin-bottom: 70px;
}

.ga-sig-collection-section {
    margin-bottom: 70px;
}

.ga-sig-collection-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(139, 109, 60, 0.22);
    box-shadow: 0 14px 44px rgba(23, 21, 18, 0.05);
    padding: 48px 42px;
    box-sizing: border-box;
}

.ga-sig-card-header {
    margin-bottom: 36px;
    max-width: 820px;
}

.ga-sig-pill-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.ga-sig-num-badge {
    background: #171512;
    color: #c5a059;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
}

.ga-sig-type-badge {
    background: rgba(139, 109, 60, 0.12);
    color: #8b6d3c;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
}

.ga-sig-collection-title {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: clamp(1.8rem, 2.8vw, 2.5rem) !important;
    font-weight: 400 !important;
    color: #171512 !important;
    line-height: 1.25 !important;
    margin: 0 0 12px !important;
}

.ga-sig-collection-desc {
    color: #5e5a53;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}

/* ARTWORKS GRID */
.ga-sig-artworks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 36px;
}

.ga-sig-artwork-card {
    background: #faf8f5;
    border: 1px solid rgba(139, 109, 60, 0.16);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ga-sig-artwork-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(23, 21, 18, 0.08);
}

.ga-sig-artwork-media {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #e9e2d7;
}

.ga-sig-artwork-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ga-sig-artwork-card:hover .ga-sig-artwork-media img {
    transform: scale(1.04);
}

.ga-sig-artwork-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(23, 21, 18, 0.85);
    backdrop-filter: blur(6px);
    color: #c5a059;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 4px 10px;
    border-radius: 12px;
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.ga-sig-artwork-body {
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
}

.ga-sig-artwork-cat {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8b6d3c;
    font-weight: 600;
    margin-bottom: 6px;
}

.ga-sig-artwork-title {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: 1.18rem !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin: 0 0 8px !important;
}

.ga-sig-artwork-title a {
    color: #171512 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ga-sig-artwork-title a:hover {
    color: #8b6d3c !important;
}

.ga-sig-artwork-price {
    font-size: 0.88rem;
    color: #8b6d3c;
    font-weight: 600;
    margin: 0 0 14px;
}

.ga-sig-artwork-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: #171512 !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    margin-top: auto;
}

.ga-sig-artwork-card:hover .ga-sig-artwork-link {
    color: #8b6d3c !important;
    gap: 10px;
}

.ga-sig-collection-footer {
    text-align: center;
    padding-top: 10px;
}

.ga-sig-collection-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    background: #171512;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.ga-sig-collection-btn:hover {
    background: #8b6d3c;
    transform: translateY(-2px);
}

/* STUDIO R&D BANNER */
.ga-sig-rd-banner {
    background: #ffffff;
    border: 1px solid rgba(139, 109, 60, 0.25);
    border-radius: 16px;
    padding: 44px 36px;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(23, 21, 18, 0.04);
}

.ga-sig-rd-title {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem) !important;
    font-weight: 400 !important;
    color: #171512 !important;
    line-height: 1.3 !important;
    margin: 0 0 12px !important;
}

.ga-sig-rd-desc {
    color: #5e5a53;
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0 0 24px;
}

.ga-sig-rd-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    background: #8b6d3c;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.ga-sig-rd-btn:hover {
    background: #6f552f;
}

/* 4 SUPPORTS GRID FOR SIGNATURE */
.ga-sig-supports-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ga-sig-support-card {
    background: #ffffff;
    border: 1px solid rgba(139, 109, 60, 0.18);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(23, 21, 18, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ga-sig-support-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(23, 21, 18, 0.08);
}

.ga-sig-support-img-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #e9e2d7;
}

.ga-sig-support-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ga-sig-support-card:hover .ga-sig-support-img-wrap img {
    transform: scale(1.04);
}

.ga-sig-support-spec {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(23, 21, 18, 0.85);
    backdrop-filter: blur(6px);
    color: #c5a059;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    text-align: center;
}

.ga-sig-support-content {
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.ga-sig-support-content h3 {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: 1.15rem !important;
    font-weight: 500 !important;
    color: #171512 !important;
    margin: 0 0 8px !important;
}

.ga-sig-support-content p {
    font-size: 0.82rem;
    color: #5e5a53;
    line-height: 1.5;
    margin: 0 0 14px;
    flex-grow: 1;
}

.ga-sig-support-btn {
    color: #8b6d3c !important;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid rgba(139, 109, 60, 0.3);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.ga-sig-support-btn:hover {
    background: #8b6d3c;
    color: #ffffff !important;
    border-color: #8b6d3c;
}

/* UNIVERSES SECTION */
.ga-sig-universes-box {
    background: #ffffff;
    border: 1px solid rgba(139, 109, 60, 0.22);
    border-radius: 16px;
    padding: 48px 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(23, 21, 18, 0.04);
}

.ga-sig-universes-title {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: clamp(1.8rem, 2.6vw, 2.3rem) !important;
    font-weight: 400 !important;
    color: #171512 !important;
    line-height: 1.3 !important;
    margin: 0 0 12px !important;
}

.ga-sig-universes-desc {
    color: #5e5a53;
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto;
}

.ga-sig-universes-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 28px 0 32px;
}

.ga-sig-univ-chip {
    padding: 8px 18px;
    background: #f5f2eb;
    border: 1px solid rgba(139, 109, 60, 0.22);
    border-radius: 22px;
    color: #171512 !important;
    font-size: 0.84rem;
    text-decoration: none !important;
    font-weight: 500;
    transition: all 0.2s ease;
}

.ga-sig-univ-chip:hover {
    background: #8b6d3c;
    color: #ffffff !important;
    border-color: #8b6d3c;
}

/* LIVRE D'ART BANNER */
.ga-sig-livre-banner {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 36px;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(139, 109, 60, 0.3);
    border-radius: 16px;
    padding: 48px 44px;
    box-shadow: 0 12px 36px rgba(23, 21, 18, 0.05);
}

.ga-sig-livre-title {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem) !important;
    font-weight: 400 !important;
    color: #171512 !important;
    line-height: 1.3 !important;
    margin: 0 0 14px !important;
}

.ga-sig-livre-desc {
    font-size: 0.94rem;
    color: #5e5a53;
    line-height: 1.65;
    margin: 0 0 24px;
}

.ga-sig-livre-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.ga-sig-btn-outline {
    display: inline-block;
    padding: 13px 22px;
    background: transparent;
    border: 1px solid #171512;
    color: #171512 !important;
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.ga-sig-btn-outline:hover {
    background: #171512;
    color: #ffffff !important;
}

.ga-sig-livre-visual {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e9e2d7;
}

.ga-sig-livre-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* REASSURANCE SECTION */
.ga-sig-reassurance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ga-sig-reassure-item {
    background: #ffffff;
    border: 1px solid rgba(139, 109, 60, 0.16);
    border-radius: 12px;
    padding: 24px 18px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(23, 21, 18, 0.03);
}

.ga-sig-reassure-num {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8b6d3c;
    margin-bottom: 8px;
}

.ga-sig-reassure-item h4 {
    font-family: var(--ga-font-serif, "Playfair Display", "Didot", Georgia, serif) !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: #171512 !important;
    margin: 0 0 6px !important;
}

.ga-sig-reassure-item p {
    font-size: 0.78rem;
    color: #5e5a53;
    line-height: 1.5;
    margin: 0;
}

/* RESPONSIVE IPHONE & MOBILE */
@media (max-width: 1024px) {
    .ga-sig-artworks-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ga-sig-supports-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ga-sig-hero {
        min-height: 400px;
        padding: 70px 16px 45px;
    }
    .ga-sig-hero-title {
        font-size: 2.1rem !important;
    }
    .ga-sig-hero-sub {
        font-size: 0.94rem !important;
    }
    .ga-sig-chip {
        font-size: 0.75rem;
        padding: 6px 14px;
    }
    .ga-sig-body-wrap {
        padding: 40px 0 60px;
    }
    .ga-sig-collection-section {
        margin-bottom: 45px;
    }
    .ga-sig-collection-card {
        padding: 26px 18px;
        border-radius: 16px;
    }
    .ga-sig-artworks-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .ga-sig-artwork-media {
        aspect-ratio: 4 / 3;
    }
    .ga-sig-supports-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .ga-sig-support-content {
        padding: 14px 10px;
    }
    .ga-sig-support-content h3 {
        font-size: 1rem !important;
    }
    .ga-sig-support-content p {
        font-size: 0.76rem;
    }
    .ga-sig-rd-banner {
        padding: 28px 18px;
    }
    .ga-sig-universes-box {
        padding: 28px 18px;
    }
    .ga-sig-livre-banner {
        grid-template-columns: 1fr;
        padding: 28px 20px;
        gap: 24px;
    }
    .ga-sig-reassurance-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .ga-sig-reassure-item {
        padding: 18px 12px;
    }
}

/* ==========================================================================
   GRAPHIC AVENUE — NOUVEAUX MODULES (SUR MESURE, A PROPOS, CONTACT, LEGAL)
   ========================================================================== */

/* Containers & Base */
.ga-legal-container,
.ga-about-container,
.ga-contact-container,
.ga-sm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.ga-legal-page-wrapper,
.ga-about-page-wrapper,
.ga-contact-page-wrapper,
.ga-sm-page-wrapper {
    background: #faf8f5;
    color: #1a1714;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding-bottom: 80px;
}

/* Topbars & Breadcrumbs */
.ga-legal-topbar,
.ga-about-topbar,
.ga-contact-topbar,
.ga-sm-topbar {
    padding: 16px 0;
    border-bottom: 1px solid rgba(200, 155, 95, 0.15);
    background: #ffffff;
}

.ga-legal-topbar .ga-legal-container,
.ga-about-topbar .ga-about-container,
.ga-contact-topbar .ga-contact-container,
.ga-sm-topbar .ga-sm-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.ga-legal-breadcrumb,
.ga-about-breadcrumb,
.ga-contact-breadcrumb,
.ga-sm-breadcrumb {
    font-size: 0.84rem;
    color: #8c827a;
}

.ga-legal-breadcrumb a,
.ga-about-breadcrumb a,
.ga-contact-breadcrumb a,
.ga-sm-breadcrumb a {
    color: #1a1714;
    text-decoration: none;
    font-weight: 500;
}

.ga-legal-breadcrumb a:hover,
.ga-about-breadcrumb a:hover,
.ga-contact-breadcrumb a:hover,
.ga-sm-breadcrumb a:hover {
    color: #c89b5f;
}

.ga-legal-sep,
.ga-about-sep,
.ga-contact-sep,
.ga-sm-sep {
    margin: 0 8px;
    color: #c89b5f;
}

.ga-legal-badge,
.ga-about-badge,
.ga-contact-badge,
.ga-sm-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c89b5f;
    background: rgba(200, 155, 95, 0.08);
    border: 1px solid rgba(200, 155, 95, 0.25);
    padding: 4px 12px;
    border-radius: 50px;
}

/* Common Heroes */
.ga-legal-hero,
.ga-about-hero,
.ga-contact-hero,
.ga-sm-hero {
    padding: 60px 0 45px;
    text-align: center;
    background: #ffffff;
    border-bottom: 1px solid rgba(200, 155, 95, 0.15);
}

.ga-legal-eyebrow,
.ga-about-eyebrow,
.ga-contact-eyebrow,
.ga-sm-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c89b5f;
    font-weight: 600;
    margin-bottom: 14px;
}

.ga-legal-title,
.ga-about-title,
.ga-contact-title,
.ga-sm-title {
    font-family: Didot, "Bodoni MT", "Cinzel", "Playfair Display", serif;
    font-size: 2.6rem;
    line-height: 1.18;
    color: #1a1714;
    font-weight: 600;
    margin: 0 auto 16px;
    max-width: 920px;
}

.ga-legal-subtitle,
.ga-about-subtitle,
.ga-contact-subtitle,
.ga-sm-subtitle {
    font-size: 1.08rem;
    line-height: 1.6;
    color: #635b54;
    max-width: 740px;
    margin: 0 auto;
}

/* Tags */
.ga-about-tag,
.ga-contact-tag,
.ga-sm-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #c89b5f;
    background: rgba(200, 155, 95, 0.1);
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* --------------------------------------------------------------------------
   MODULE LEGAL (Mentions Légales, CGV, Confidentialité)
   -------------------------------------------------------------------------- */
.ga-legal-meta-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.ga-legal-meta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.ga-legal-meta-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8c827a;
}

.ga-legal-meta-val {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1714;
}

.ga-legal-main-section {
    padding: 50px 0;
}

.ga-legal-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: start;
}

.ga-legal-sidebar {
    position: sticky;
    top: 90px;
}

.ga-legal-toc-box {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 14px;
    padding: 24px 20px;
    box-shadow: 0 8px 24px rgba(26, 23, 20, 0.04);
}

.ga-legal-toc-title {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.15rem;
    color: #1a1714;
    margin: 0 0 6px;
    font-weight: 600;
}

.ga-legal-toc-intro {
    font-size: 0.8rem;
    color: #8c827a;
    margin: 0 0 16px;
}

.ga-legal-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 480px;
    overflow-y: auto;
}

.ga-legal-toc-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #4a443e;
    font-size: 0.85rem;
    line-height: 1.35;
    transition: all 0.2s ease;
}

.ga-legal-toc-link:hover {
    background: rgba(200, 155, 95, 0.08);
    color: #c89b5f;
}

.ga-legal-toc-num {
    font-size: 0.72rem;
    font-weight: 700;
    color: #c89b5f;
    min-width: 22px;
}

.ga-legal-sidebar-contact {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(200, 155, 95, 0.15);
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.ga-legal-contact-icon {
    font-size: 1.2rem;
    color: #c89b5f;
}

.ga-legal-contact-text strong {
    display: block;
    font-size: 0.85rem;
    color: #1a1714;
}

.ga-legal-contact-text p {
    font-size: 0.78rem;
    color: #8c827a;
    margin: 2px 0 4px;
}

.ga-legal-contact-text a {
    font-size: 0.82rem;
    color: #c89b5f;
    text-decoration: none;
    font-weight: 600;
}

.ga-legal-content-card {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 14px;
    padding: 44px 48px;
    box-shadow: 0 10px 30px rgba(26, 23, 20, 0.04);
}

.ga-legal-body-prose h2,
.ga-legal-h2 {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.45rem;
    color: #1a1714;
    margin: 36px 0 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    line-height: 1.3;
}

.ga-legal-body-prose h2:first-child,
.ga-legal-h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.ga-legal-body-prose p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #4a443e;
    margin-bottom: 16px;
}

.ga-legal-body-prose strong {
    color: #1a1714;
}

.ga-legal-body-prose ul {
    margin: 12px 0 20px 20px;
    padding: 0;
    color: #4a443e;
    line-height: 1.7;
    font-size: 0.95rem;
}

.ga-legal-doc-footer {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 2px solid rgba(200, 155, 95, 0.25);
}

.ga-legal-doc-footer-logo {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 12px;
}

.ga-legal-sig-name {
    font-family: Didot, "Playfair Display", serif;
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: #1a1714;
}

.ga-legal-sig-sub {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c89b5f;
    font-weight: 600;
}

.ga-legal-doc-footer-note {
    font-size: 0.84rem;
    line-height: 1.6;
    color: #7a726a;
}

.ga-legal-crosslinks {
    padding: 20px 0 40px;
}

.ga-crosslinks-title {
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #8c827a;
    text-align: center;
    margin-bottom: 20px;
}

.ga-crosslinks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ga-crosslink-card {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: all 0.25s ease;
}

.ga-crosslink-card:hover {
    transform: translateY(-2px);
    border-color: #c89b5f;
    box-shadow: 0 8px 20px rgba(200, 155, 95, 0.12);
}

.ga-crosslink-card.is-active {
    border-color: #c89b5f;
    background: rgba(200, 155, 95, 0.04);
}

.ga-crosslink-tag {
    font-size: 0.68rem;
    font-weight: 700;
    color: #c89b5f;
}

.ga-crosslink-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1714;
}

.ga-crosslink-arrow {
    margin-top: 8px;
    color: #c89b5f;
    font-weight: 600;
}

/* --------------------------------------------------------------------------
   MODULE A PROPOS
   -------------------------------------------------------------------------- */
.ga-about-stats-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.ga-about-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    max-width: 220px;
}

.ga-about-stat-num {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 2.4rem;
    color: #c89b5f;
    font-weight: 700;
    line-height: 1;
}

.ga-about-stat-label {
    font-size: 0.82rem;
    color: #7a726a;
    line-height: 1.4;
    text-align: center;
}

.ga-about-manifesto-section {
    padding: 60px 0;
}

.ga-about-manifesto-box {
    background: #ffffff;
    border-left: 4px solid #c89b5f;
    border-radius: 0 14px 14px 0;
    padding: 40px 48px;
    margin: 0;
    box-shadow: 0 10px 30px rgba(26, 23, 20, 0.04);
}

.ga-about-manifesto-text {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.28rem;
    line-height: 1.7;
    color: #1a1714;
    font-style: italic;
    margin-bottom: 20px;
}

.ga-about-manifesto-author {
    display: block;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #c89b5f;
    font-weight: 600;
    font-style: normal;
}

.ga-about-section {
    padding: 60px 0;
}

.ga-about-section-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 48px;
}

.ga-about-h2 {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 2.1rem;
    color: #1a1714;
    margin: 8px 0 14px;
    font-weight: 600;
}

.ga-about-lead {
    font-size: 1.02rem;
    color: #635b54;
    line-height: 1.6;
}

.ga-about-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ga-about-step-card {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 14px;
    padding: 30px 24px;
    box-shadow: 0 8px 24px rgba(26, 23, 20, 0.03);
    transition: transform 0.25s ease;
}

.ga-about-step-card:hover {
    transform: translateY(-4px);
    border-color: #c89b5f;
}

.ga-about-step-num {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.8rem;
    color: #c89b5f;
    font-weight: 700;
    margin-bottom: 12px;
}

.ga-about-step-title {
    font-size: 1.08rem;
    color: #1a1714;
    margin: 0 0 10px;
    font-weight: 600;
}

.ga-about-step-desc {
    font-size: 0.88rem;
    color: #635b54;
    line-height: 1.6;
    margin: 0;
}

.ga-about-pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.ga-about-pillar-box {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 8px 24px rgba(26, 23, 20, 0.04);
}

.ga-about-pillar-tag {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #c89b5f;
    display: inline-block;
    margin-bottom: 10px;
}

.ga-about-pillar-h3 {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.55rem;
    color: #1a1714;
    margin: 0 0 16px;
    font-weight: 600;
}

.ga-about-pillar-box p {
    font-size: 0.94rem;
    line-height: 1.7;
    color: #4a443e;
    margin-bottom: 14px;
}

.ga-about-quote-inline {
    margin-top: 20px;
    padding: 16px;
    background: rgba(200, 155, 95, 0.06);
    border-left: 3px solid #c89b5f;
    font-style: italic;
    font-size: 0.92rem;
    color: #1a1714;
    border-radius: 0 8px 8px 0;
}

.ga-about-check-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ga-about-check-list li {
    font-size: 0.9rem;
    color: #4a443e;
    line-height: 1.5;
    position: relative;
    padding-left: 22px;
}

.ga-about-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #c89b5f;
    font-weight: 700;
}

.ga-about-supports-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ga-about-support-card {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 12px;
    padding: 26px 20px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
}

.ga-about-support-card:hover {
    transform: translateY(-4px);
    border-color: #c89b5f;
    box-shadow: 0 10px 24px rgba(200, 155, 95, 0.12);
}

.ga-about-support-badge {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c89b5f;
    margin-bottom: 12px;
}

.ga-about-support-name {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.2rem;
    color: #1a1714;
    margin: 0 0 10px;
    font-weight: 600;
}

.ga-about-support-desc {
    font-size: 0.84rem;
    color: #635b54;
    line-height: 1.55;
    margin: 0 0 16px;
}

.ga-about-support-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: #c89b5f;
}

.ga-about-custom-banner {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.25);
    border-radius: 16px;
    padding: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    box-shadow: 0 12px 32px rgba(26, 23, 20, 0.05);
}

.ga-about-custom-text {
    max-width: 650px;
}

.ga-about-custom-tag {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #c89b5f;
    display: inline-block;
    margin-bottom: 8px;
}

.ga-about-custom-title {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.7rem;
    color: #1a1714;
    margin: 0 0 12px;
    font-weight: 600;
}

.ga-about-custom-desc {
    font-size: 0.95rem;
    color: #635b54;
    line-height: 1.6;
    margin: 0;
}

.ga-about-custom-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 240px;
}

.ga-about-btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c89b5f;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 14px 24px;
    border-radius: 8px;
    transition: all 0.25s ease;
    text-align: center;
}

.ga-about-btn-gold:hover {
    background: #b6894f;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(200, 155, 95, 0.3);
}

.ga-about-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #1a1714;
    border: 1px solid rgba(26, 23, 20, 0.2);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 13px 24px;
    border-radius: 8px;
    transition: all 0.25s ease;
    text-align: center;
}

.ga-about-btn-outline:hover {
    border-color: #c89b5f;
    color: #c89b5f;
}

.ga-about-future-content {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
}

.ga-about-future-text {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #4a443e;
    margin: 20px auto 32px;
    max-width: 720px;
}

.ga-about-future-text p {
    margin-bottom: 16px;
}

/* --------------------------------------------------------------------------
   MODULE CONTACT
   -------------------------------------------------------------------------- */
.ga-contact-main-section {
    padding: 50px 0;
}

.ga-contact-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    align-items: start;
}

.ga-contact-info-card {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 16px;
    padding: 36px 30px;
    box-shadow: 0 8px 24px rgba(26, 23, 20, 0.04);
}

.ga-contact-card-tag {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #c89b5f;
    display: inline-block;
    margin-bottom: 8px;
}

.ga-contact-card-h2 {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.55rem;
    color: #1a1714;
    margin: 0 0 10px;
    font-weight: 600;
}

.ga-contact-card-intro {
    font-size: 0.88rem;
    color: #7a726a;
    line-height: 1.5;
    margin-bottom: 24px;
}

.ga-contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.ga-contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ga-contact-icon {
    font-size: 1.3rem;
    color: #c89b5f;
    line-height: 1.2;
}

.ga-contact-label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8c827a;
    margin-bottom: 4px;
}

.ga-contact-val {
    font-size: 0.92rem;
    color: #1a1714;
    line-height: 1.45;
}

.ga-contact-email-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: #c89b5f;
    text-decoration: none;
}

.ga-contact-email-link:hover {
    text-decoration: underline;
}

.ga-contact-reassurance-box {
    padding-top: 24px;
    border-top: 1px solid rgba(200, 155, 95, 0.15);
}

.ga-contact-reassure-title {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1a1714;
    font-weight: 700;
    margin: 0 0 12px;
}

.ga-contact-reassure-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ga-contact-reassure-list li {
    font-size: 0.82rem;
    color: #635b54;
    line-height: 1.4;
    position: relative;
    padding-left: 18px;
}

.ga-contact-reassure-list li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: #c89b5f;
    font-size: 0.75rem;
}

.ga-contact-form-card {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 16px;
    padding: 40px 44px;
    box-shadow: 0 8px 24px rgba(26, 23, 20, 0.04);
}

.ga-contact-form-h3 {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.65rem;
    color: #1a1714;
    margin: 0 0 8px;
    font-weight: 600;
}

.ga-contact-form-sub {
    font-size: 0.92rem;
    color: #7a726a;
    margin: 0 0 28px;
}

/* Form Styles */
.ga-form-group {
    margin-bottom: 20px;
}

.ga-form-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a1714;
    margin-bottom: 8px;
}

.ga-req {
    color: #c89b5f;
}

.ga-form-input,
.ga-form-select,
.ga-form-textarea {
    width: 100%;
    padding: 13px 16px;
    font-size: 0.95rem;
    font-family: inherit;
    color: #1a1714;
    background: #fdfdfd;
    border: 1px solid rgba(26, 23, 20, 0.16);
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 0.2s ease;
    outline: none;
}

.ga-form-input:focus,
.ga-form-select:focus,
.ga-form-textarea:focus {
    border-color: #c89b5f;
    box-shadow: 0 0 0 3px rgba(200, 155, 95, 0.15);
    background: #ffffff;
}

.ga-form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ga-form-submit-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.ga-contact-submit-btn,
.ga-sm-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #c89b5f;
    color: #ffffff;
    border: none;
    padding: 15px 32px;
    font-size: 0.94rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ga-contact-submit-btn:hover,
.ga-sm-submit-btn:hover {
    background: #b6894f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200, 155, 95, 0.3);
}

.ga-btn-arrow {
    transition: transform 0.2s ease;
}

.ga-contact-submit-btn:hover .ga-btn-arrow,
.ga-sm-submit-btn:hover .ga-btn-arrow {
    transform: translateX(4px);
}

.ga-form-privacy-note {
    font-size: 0.78rem;
    color: #8c827a;
}

.ga-contact-alert {
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.ga-contact-alert strong {
    display: block;
    margin-bottom: 4px;
}

.ga-contact-alert p {
    margin: 0;
}

.ga-contact-alert-success {
    background: #f1f8f1;
    border: 1px solid #bde2bd;
    color: #266b26;
}

.ga-contact-alert-error {
    background: #fdf2f2;
    border: 1px solid #f5c4c4;
    color: #9d2b2b;
}

.ga-contact-faq-section {
    padding: 60px 0 30px;
}

.ga-contact-faq-head {
    text-align: center;
    margin-bottom: 40px;
}

.ga-contact-faq-title {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 2rem;
    color: #1a1714;
    margin: 8px 0 0;
    font-weight: 600;
}

.ga-contact-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.ga-contact-faq-item {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 12px;
    padding: 26px 24px;
    box-shadow: 0 6px 18px rgba(26, 23, 20, 0.03);
}

.ga-contact-faq-q {
    font-size: 1rem;
    color: #1a1714;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
}

.ga-contact-faq-a {
    font-size: 0.88rem;
    color: #635b54;
    line-height: 1.6;
    margin: 0;
}

.ga-contact-faq-a a {
    color: #c89b5f;
    text-decoration: none;
    font-weight: 600;
}

/* --------------------------------------------------------------------------
   MODULE CREATION SUR MESURE
   -------------------------------------------------------------------------- */
.ga-sm-hero-highlights {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 32px;
}

.ga-sm-highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(200, 155, 95, 0.08);
    border: 1px solid rgba(200, 155, 95, 0.2);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.84rem;
    color: #1a1714;
}

.ga-sm-hl-icon {
    color: #c89b5f;
    font-size: 0.75rem;
}

/* Encart Œuvre Source Sélectionnée (?visuel=XXXX) */
.ga-sm-artwork-selected-section {
    padding: 20px 0 40px;
}

.ga-sm-artwork-card {
    background: #ffffff;
    border: 1.5px solid #c89b5f;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(200, 155, 95, 0.12);
    display: grid;
    grid-template-columns: minmax(0, 320px) 1fr;
    gap: 40px;
    padding: 32px;
    align-items: center;
}

.ga-sm-artwork-media {
    border-radius: 14px;
    overflow: hidden;
    background: #f6f3ee;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.ga-sm-artwork-img {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
    display: block;
}

.ga-sm-artwork-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ga-sm-artwork-title {
    font-family: Didot, "Cinzel", "Bodoni MT", serif;
    font-size: 2.1rem;
    font-weight: 500;
    color: #171717;
    margin: 0;
    letter-spacing: -0.01em;
}

.ga-sm-artwork-lead {
    font-size: 1rem;
    line-height: 1.65;
    color: #555;
    margin: 0;
}

.ga-sm-artwork-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 6px 0 12px;
}

.ga-sm-artwork-badge {
    background: #faf8f5;
    border: 1px solid #e8e2d8;
    color: #635035;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
}

.ga-sm-artwork-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #171717;
    color: #ffffff !important;
    padding: 13px 26px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    align-self: flex-start;
    transition: all 0.25s ease;
}

.ga-sm-artwork-cta-btn:hover {
    background: #c89b5f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200, 155, 95, 0.3);
}



@media (max-width: 840px) {
    .ga-sm-artwork-card {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
    }
    .ga-sm-artwork-img {
        max-height: 280px;
    }
}

.ga-sm-section {
    padding: 60px 0;
}

.ga-sm-section-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 48px;
}

.ga-sm-h2 {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 2.1rem;
    color: #1a1714;
    margin: 8px 0 12px;
    font-weight: 600;
}

.ga-sm-lead {
    font-size: 1.02rem;
    color: #635b54;
    line-height: 1.6;
    margin: 0;
}

.ga-sm-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ga-sm-step-card {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 14px;
    padding: 32px 24px;
    box-shadow: 0 8px 24px rgba(26, 23, 20, 0.03);
    transition: transform 0.25s ease;
}

.ga-sm-step-card:hover {
    transform: translateY(-4px);
    border-color: #c89b5f;
}

.ga-sm-step-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.ga-sm-step-number {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 2rem;
    font-weight: 700;
    color: #c89b5f;
}

.ga-sm-step-phase {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #8c827a;
}

.ga-sm-step-h3 {
    font-size: 1.1rem;
    color: #1a1714;
    margin: 0 0 10px;
    font-weight: 600;
}

.ga-sm-step-desc {
    font-size: 0.88rem;
    color: #635b54;
    line-height: 1.6;
    margin: 0;
}

.ga-sm-supports-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ga-sm-support-box {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 14px;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 6px 20px rgba(26, 23, 20, 0.03);
}

.ga-sm-sup-badge {
    font-size: 0.72rem;
    font-weight: 700;
    color: #c89b5f;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.ga-sm-sup-name {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.25rem;
    color: #1a1714;
    margin: 0 0 10px;
    font-weight: 600;
}

.ga-sm-sup-text {
    font-size: 0.86rem;
    color: #635b54;
    line-height: 1.55;
    margin: 0 0 16px;
}

.ga-sm-sup-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: #c89b5f;
    text-decoration: none;
}

.ga-sm-sup-link:hover {
    text-decoration: underline;
}

.ga-sm-form-wrapper {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.25);
    border-radius: 18px;
    padding: 48px;
    max-width: 860px;
    margin: 0 auto;
    box-shadow: 0 12px 36px rgba(26, 23, 20, 0.05);
}

.ga-sm-form-header {
    text-align: center;
    margin-bottom: 36px;
}

.ga-sm-form-footer {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.ga-sm-form-guarantees {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.8rem;
    color: #7a726a;
}

.ga-sm-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ga-sm-trust-card {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 14px;
    padding: 32px 26px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(26, 23, 20, 0.03);
}

.ga-sm-trust-icon {
    font-size: 2rem;
    margin-bottom: 14px;
}

.ga-sm-trust-title {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.15rem;
    color: #1a1714;
    margin: 0 0 10px;
    font-weight: 600;
}

.ga-sm-trust-desc {
    font-size: 0.88rem;
    color: #635b54;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   RESPONSIVE MOBILE IPHONE (< 768px)
   ========================================================================== */
@media (max-width: 768px) {
    .ga-legal-title,
    .ga-about-title,
    .ga-contact-title,
    .ga-sm-title {
        font-size: 2rem !important;
        line-height: 1.25 !important;
    }

    .ga-legal-subtitle,
    .ga-about-subtitle,
    .ga-contact-subtitle,
    .ga-sm-subtitle {
        font-size: 0.95rem !important;
    }

    .ga-legal-grid,
    .ga-contact-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .ga-legal-sidebar {
        position: static !important;
    }

    .ga-legal-toc-list {
        max-height: 240px !important;
    }

    .ga-legal-content-card,
    .ga-contact-form-card,
    .ga-about-pillar-box,
    .ga-sm-form-wrapper {
        padding: 26px 18px !important;
    }

    .ga-about-process-grid,
    .ga-about-pillars-grid,
    .ga-about-supports-grid,
    .ga-sm-steps-grid,
    .ga-sm-supports-grid,
    .ga-crosslinks-grid,
    .ga-contact-faq-grid,
    .ga-sm-trust-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .ga-form-grid-2 {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .ga-about-custom-banner {
        flex-direction: column !important;
        padding: 28px 20px !important;
        text-align: center !important;
    }

    .ga-about-custom-actions {
        width: 100% !important;
    }

    .ga-sm-form-footer {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .ga-sm-submit-btn,
    .ga-contact-submit-btn {
        width: 100% !important;
        justify-content: center !important;
    }

    .ga-form-input,
    .ga-form-select,
    .ga-form-textarea {
        font-size: 16px !important; /* Prevents auto-zoom on iOS Safari */
    }
}

/* ==========================================================================
   GRAPHIC AVENUE — ARCHIVES CATÉGORIES WOOCOMMERCE (0% ELEMENTOR)
   ========================================================================== */

.ga-cat-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.ga-cat-page-wrapper {
    background: #faf8f5;
    color: #1a1714;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding-bottom: 70px;
}

/* Hero Section Fond Clair Satiné */
.ga-cat-hero {
    position: relative !important;
    padding: 30px 0 45px !important;
    text-align: center !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(200, 155, 95, 0.15) !important;
    height: auto !important;
    min-height: auto !important;
}

.ga-cat-hero::before,
.ga-cat-hero::after {
    display: none !important;
    content: none !important;
}

/* Fil d'Ariane & Badge Intégrés au Sommet du Hero */
.ga-cat-hero-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(200, 155, 95, 0.12);
}

.ga-cat-breadcrumb {
    font-size: 0.84rem;
    color: #8c827a;
}

.ga-cat-breadcrumb a {
    color: #1a1714;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.ga-cat-breadcrumb a:hover {
    color: #c89b5f;
}

.ga-cat-sep {
    margin: 0 8px;
    color: #c89b5f;
}

.ga-cat-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c89b5f;
    background: rgba(200, 155, 95, 0.08);
    border: 1px solid rgba(200, 155, 95, 0.25);
    padding: 4px 14px;
    border-radius: 50px;
    white-space: nowrap;
}

/* Sceau d'Édition Limitée intégré avec raffinement sous le titre */
.ga-cat-edition-seal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b58548;
    background: linear-gradient(135deg, rgba(200, 155, 95, 0.09) 0%, rgba(200, 155, 95, 0.03) 100%);
    border: 1px solid rgba(200, 155, 95, 0.28);
    padding: 5px 18px;
    border-radius: 30px;
    margin: -6px auto 22px;
    box-shadow: 0 2px 8px rgba(200, 155, 95, 0.06);
    transition: all 0.25s ease;
}

.ga-cat-edition-seal:hover {
    border-color: #c89b5f;
    background: rgba(200, 155, 95, 0.12);
}

.ga-cat-edition-seal .ga-seal-sparkle {
    font-size: 0.78rem;
    color: #c89b5f;
}

.ga-cat-eyebrow {
    display: inline-block;
    font-size: 0.76rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c89b5f;
    font-weight: 600;
    margin-bottom: 10px;
}

.ga-cat-title {
    font-family: Didot, "Bodoni MT", "Cinzel", "Playfair Display", serif;
    font-size: 2.7rem;
    line-height: 1.15;
    color: #1a1714;
    font-weight: 600;
    margin: 0 auto 20px;
    max-width: 900px;
}

/* Description & Gestion des Textes Longs (Clamping + Déroulé) */
.ga-cat-description-wrapper {
    max-width: 820px;
    margin: 0 auto 24px;
    position: relative;
}

.ga-cat-description {
    font-size: 1.02rem;
    line-height: 1.7;
    color: #635b54;
    text-align: center;
    transition: max-height 0.45s ease-in-out;
}

.ga-cat-description h2,
.ga-cat-description h3 {
    font-family: Didot, "Bodoni MT", "Cinzel", serif;
    font-size: 1.32rem;
    color: #1a1714;
    margin: 20px 0 10px;
    font-weight: 600;
    line-height: 1.35;
}

.ga-cat-description p {
    margin: 0 0 14px;
}

.ga-cat-description p:last-child {
    margin-bottom: 0;
}

.ga-cat-description.is-clamped {
    max-height: 95px !important;
    overflow: hidden !important;
    position: relative !important;
    -webkit-mask-image: linear-gradient(to bottom, black 45%, transparent 100%) !important;
    mask-image: linear-gradient(to bottom, black 45%, transparent 100%) !important;
}

.ga-cat-description.is-expanded {
    max-height: 8000px !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.ga-cat-readmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.4);
    color: #1a1714;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 14px;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ga-cat-readmore-btn:hover {
    background: #c89b5f;
    border-color: #c89b5f;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(200, 155, 95, 0.25);
}

.ga-cat-readmore-btn .ga-cat-btn-icon {
    transition: transform 0.3s ease;
}

.ga-cat-readmore-btn.is-active .ga-cat-btn-icon {
    transform: rotate(180deg);
}

.ga-cat-subtitle {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #635b54;
    max-width: 760px;
    margin: 0 auto 20px;
}

/* Encart Délicat Création Sur Mesure */
.ga-cat-custom-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 860px;
    margin: 24px auto 0;
    background: rgba(200, 155, 95, 0.07);
    border: 1px solid rgba(200, 155, 95, 0.25);
    border-radius: 12px;
    padding: 16px 24px;
    text-align: left;
}

.ga-cat-custom-icon {
    font-size: 1.2rem;
    color: #c89b5f;
    flex-shrink: 0;
}

.ga-cat-custom-text {
    flex-grow: 1;
    font-size: 0.86rem;
    color: #554d46;
    line-height: 1.45;
}

.ga-cat-custom-text strong {
    display: block;
    color: #1a1714;
    font-size: 0.92rem;
    margin-bottom: 2px;
}

.ga-cat-custom-btn {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    background: #c89b5f;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 6px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.ga-cat-custom-btn:hover {
    background: #b6894f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(200, 155, 95, 0.25);
}

/* Main Products Section */
.ga-cat-main-section {
    padding: 40px 0 60px;
}

.ga-cat-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.ga-cat-count {
    font-size: 0.88rem;
    color: #7a726a;
    font-weight: 500;
}

.ga-cat-sort select {
    background: #ffffff;
    border: 1px solid rgba(26, 23, 20, 0.16);
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 0.86rem;
    color: #1a1714;
    font-family: inherit;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s;
}

.ga-cat-sort select:focus {
    border-color: #c89b5f;
}

/* Products Grid */
.ga-cat-products-grid-wrapper ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 42px 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ga-cat-products-grid-wrapper ul.products::before,
.ga-cat-products-grid-wrapper ul.products::after {
    display: none !important;
}

.ga-cat-products-grid-wrapper ul.products li.product {
    background: #ffffff !important;
    border: 1px solid rgba(200, 155, 95, 0.16) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    padding: 0 0 24px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 8px 24px rgba(26, 23, 20, 0.04) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.ga-cat-products-grid-wrapper ul.products li.product:hover {
    transform: translateY(-6px) !important;
    border-color: #c89b5f !important;
    box-shadow: 0 16px 36px rgba(200, 155, 95, 0.18) !important;
}

.ga-cat-products-grid-wrapper ul.products li.product a {
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
}

.ga-cat-products-grid-wrapper ul.products li.product a.woocommerce-LoopProduct-link {
    display: block !important;
    overflow: hidden !important;
    background: #fbf9f5 !important;
    padding: 12px 12px 0 !important;
}

.ga-cat-products-grid-wrapper ul.products li.product img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.4s ease !important;
}

.ga-cat-products-grid-wrapper ul.products li.product:hover img {
    transform: scale(1.03) !important;
}

.ga-cat-products-grid-wrapper ul.products li.product .woocommerce-loop-product__title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: #1a1714 !important;
    margin: 20px 22px 10px !important;
    line-height: 1.4 !important;
    transition: color 0.2s ease !important;
}

.ga-cat-products-grid-wrapper ul.products li.product:hover .woocommerce-loop-product__title {
    color: #c89b5f !important;
}

.ga-cat-products-grid-wrapper ul.products li.product .price {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #c89b5f !important;
    margin: 0 18px !important;
    display: block !important;
}

.ga-cat-products-grid-wrapper ul.products li.product .price .ga-price-prefix {
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    color: #8c827a !important;
    text-transform: none !important;
}

.ga-cat-products-grid-wrapper ul.products li.product .price del {
    color: #a89f97 !important;
    font-weight: 400 !important;
    margin-right: 6px !important;
}

.ga-cat-products-grid-wrapper ul.products li.product .price ins {
    text-decoration: none !important;
    color: #c89b5f !important;
}

.ga-cat-products-grid-wrapper ul.products li.product .button {
    display: none !important; /* Visual artwork card: direct link to configurator */
}

/* Pagination */
.ga-cat-pagination-wrapper {
    margin-top: 50px;
    text-align: center;
}

.ga-cat-pagination-wrapper nav.woocommerce-pagination ul {
    display: inline-flex !important;
    gap: 8px !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ga-cat-pagination-wrapper nav.woocommerce-pagination ul li {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.ga-cat-pagination-wrapper nav.woocommerce-pagination ul li a,
.ga-cat-pagination-wrapper nav.woocommerce-pagination ul li span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 42px !important;
    height: 42px !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    border: 1px solid rgba(200, 155, 95, 0.25) !important;
    color: #1a1714 !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.ga-cat-pagination-wrapper nav.woocommerce-pagination ul li a:hover {
    border-color: #c89b5f !important;
    color: #c89b5f !important;
    background: rgba(200, 155, 95, 0.06) !important;
}

.ga-cat-pagination-wrapper nav.woocommerce-pagination ul li span.current {
    background: #c89b5f !important;
    color: #ffffff !important;
    border-color: #c89b5f !important;
}

/* 4 Supports Ribbon in Category */
.ga-cat-supports-section {
    padding: 50px 0 20px;
    border-top: 1px solid rgba(200, 155, 95, 0.15);
}

.ga-cat-supports-head {
    text-align: center;
    margin-bottom: 32px;
}

.ga-cat-supports-head .ga-cat-tag {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #c89b5f;
    display: inline-block;
    margin-bottom: 8px;
}

.ga-cat-supports-title {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.6rem;
    color: #1a1714;
    margin: 0;
    font-weight: 600;
}

.ga-cat-supports-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ga-cat-sup-card {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 12px;
    padding: 24px 20px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
}

.ga-cat-sup-card:hover {
    transform: translateY(-3px);
    border-color: #c89b5f;
    box-shadow: 0 8px 22px rgba(200, 155, 95, 0.12);
}

.ga-cat-sup-badge {
    font-size: 0.7rem;
    font-weight: 700;
    color: #c89b5f;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.ga-cat-sup-card h4 {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.15rem;
    color: #1a1714;
    margin: 0 0 8px;
    font-weight: 600;
}

.ga-cat-sup-card p {
    font-size: 0.82rem;
    color: #635b54;
    line-height: 1.5;
    margin: 0 0 12px;
}

.ga-cat-sup-link {
    font-size: 0.8rem;
    font-weight: 600;
    color: #c89b5f;
}

/* Empty products state */
.ga-cat-no-products {
    background: #ffffff;
    border: 1px solid rgba(200, 155, 95, 0.2);
    border-radius: 16px;
    padding: 50px 30px;
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
}

.ga-cat-no-prod-title {
    font-family: Didot, "Cinzel", "Playfair Display", serif;
    font-size: 1.35rem;
    color: #1a1714;
    margin: 0 0 10px;
    font-weight: 600;
}

.ga-cat-no-prod-sub {
    font-size: 0.92rem;
    color: #7a726a;
    margin: 0 0 24px;
}

.ga-cat-btn-gold {
    display: inline-flex;
    background: #c89b5f;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.2s;
}

.ga-cat-btn-gold:hover {
    background: #b6894f;
}

/* ==========================================================================
   RESPONSIVE MOBILE IPHONE CATÉGORIES WOOCOMMERCE
   ========================================================================== */
@media (max-width: 768px) {
    .ga-cat-hero-top {
        display: block !important;
        margin-bottom: 16px !important;
        padding-bottom: 10px !important;
        text-align: center !important;
    }

    .ga-cat-breadcrumb {
        text-align: center !important;
        line-height: 1.4 !important;
        font-size: 0.78rem !important;
    }

    .ga-cat-edition-seal {
        font-size: 0.68rem !important;
        letter-spacing: 0.08em !important;
        padding: 4px 14px !important;
        margin: -4px auto 18px !important;
    }

    .ga-cat-title {
        font-size: 2rem !important;
    }

    .ga-cat-description,
    .ga-cat-subtitle {
        font-size: 0.95rem !important;
    }

    .ga-cat-custom-cta {
        flex-direction: column !important;
        align-items: stretch !important;
        text-align: center !important;
        gap: 14px !important;
        padding: 16px !important;
    }

    .ga-cat-custom-btn {
        justify-content: center !important;
    }

    .ga-cat-toolbar {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .ga-cat-products-grid-wrapper ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px 16px !important;
    }

    .ga-cat-products-grid-wrapper ul.products li.product {
        padding: 0 0 16px 0 !important;
        border-radius: 12px !important;
    }

    .ga-cat-products-grid-wrapper ul.products li.product a.woocommerce-LoopProduct-link {
        padding: 8px 8px 0 !important;
    }

    .ga-cat-products-grid-wrapper ul.products li.product .woocommerce-loop-product__title {
        font-size: 0.82rem !important;
        margin: 12px 12px 6px !important;
    }

    .ga-cat-products-grid-wrapper ul.products li.product .price {
        font-size: 0.88rem !important;
        margin: 0 12px !important;
    }

    /* Réduction drastique de l'espace entre benefits sur iPhone */
    .ga-cat-supports-section {
        padding: 24px 0 16px !important;
    }

    .ga-cat-supports-head {
        margin-bottom: 14px !important;
    }

    .ga-cat-supports-head .ga-cat-tag {
        font-size: 0.64rem !important;
        margin-bottom: 4px !important;
    }

    .ga-cat-supports-title {
        font-size: 1.22rem !important;
        line-height: 1.3 !important;
    }

    .ga-cat-supports-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .ga-cat-sup-card {
        padding: 13px 16px !important;
        border-radius: 10px !important;
    }

    .ga-cat-sup-badge {
        font-size: 0.65rem !important;
        margin-bottom: 2px !important;
    }

    .ga-cat-sup-card h4 {
        font-size: 1.02rem !important;
        margin: 0 0 3px !important;
    }

    .ga-cat-sup-card p {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
        margin: 0 0 5px !important;
    }

    .ga-cat-sup-link {
        font-size: 0.74rem !important;
    }
}

@media (max-width: 480px) {
    .ga-cat-products-grid-wrapper ul.products {
        grid-template-columns: 1fr !important;
    }
}


/* ==========================================================================
   POINT C : MON COMPTE (/mon-compte/) - DESIGN HAUTE COUTURE SANS ELEMENTOR
   ========================================================================== */

.ga-account-hero {
    padding-bottom: 40px !important;
}

.ga-account-hero-sub {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #666;
    max-width: 680px;
    margin: 12px auto 0;
}

.ga-account-main-content {
    padding: 0 0 80px;
    background: #fbfaf8;
}

.ga-account-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid rgba(23, 23, 23, 0.08);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.04);
    padding: 48px 56px;
    margin: -30px auto 0;
    position: relative;
    z-index: 10;
}

/* Navigation WooCommerce Mon Compte */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 260px;
    float: left;
    margin-right: 48px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    font-size: 0.92rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    border-radius: 14px;
    background: #faf9f6;
    border: 1px solid rgba(23, 23, 23, 0.05);
    transition: all 0.25s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #171717;
    color: #ffffff;
    border-color: #171717;
    transform: translateX(4px);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #171717;
    color: #ffffff;
    font-weight: 600;
    border-color: #171717;
    box-shadow: 0 6px 18px rgba(23, 23, 23, 0.15);
}

.woocommerce-account .woocommerce-MyAccount-content {
    overflow: hidden;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #333;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #c89b5f;
    font-weight: 600;
    text-decoration: underline;
}

/* Formulaires & Inputs Mon Compte */
.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account form.edit-account {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-account .form-row label {
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #171717;
    margin-bottom: 8px;
    display: block;
}

.woocommerce-account .form-row input.input-text,
.woocommerce-account .form-row input[type="email"],
.woocommerce-account .form-row input[type="password"],
.woocommerce-account .form-row select {
    width: 100%;
    height: 48px;
    border: 1.5px solid #e2ded9;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 0.95rem;
    color: #171717;
    background: #fdfdfc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.woocommerce-account .form-row input.input-text:focus,
.woocommerce-account .form-row input[type="email"]:focus,
.woocommerce-account .form-row input[type="password"]:focus {
    outline: none;
    border-color: #c89b5f;
    box-shadow: 0 0 0 3px rgba(200, 155, 95, 0.15);
}

.woocommerce-account .button,
.woocommerce-account button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px !important;
    background: #171717 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 999px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    cursor: pointer;
    transition: all 0.25s ease !important;
    box-shadow: 0 8px 20px rgba(23, 23, 23, 0.12);
}

.woocommerce-account .button:hover,
.woocommerce-account button[type="submit"]:hover {
    background: #c89b5f !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(200, 155, 95, 0.25);
}

.woocommerce-account table.shop_table {
    border: 1px solid rgba(23, 23, 23, 0.08) !important;
    border-radius: 16px !important;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
    margin: 20px 0 !important;
}

.woocommerce-account table.shop_table th {
    background: #faf9f6 !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #171717 !important;
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(23, 23, 23, 0.08) !important;
}

.woocommerce-account table.shop_table td {
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(23, 23, 23, 0.05) !important;
    font-size: 0.94rem !important;
    color: #333 !important;
}

@media (max-width: 900px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 32px;
    }

    .ga-account-card {
        padding: 32px 24px;
        margin-top: -15px;
    }
}


/* ==========================================================================
   POINT A : SINGLE PRODUCT (/produit/...) - 100% SANS ELEMENTOR
   ========================================================================== */

.ga-product-page-wrapper {
    background: #fbfaf8;
    color: #171717;
}

/* ── 1. Bandeau Réassurance en haut ─────────────────────── */
.ga-product-top-trust-bar {
    background: #ffffff;
    border-bottom: 1px solid rgba(23, 23, 23, 0.06);
    padding: 12px 0;
}

.ga-product-trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.ga-product-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 500;
    color: #444;
    white-space: nowrap;
}

.ga-product-trust-icon {
    font-size: 1.1rem;
}

/* ── 2. Fil d'Ariane sous le bandeau ───────────────────── */
.ga-product-top-nav-bar {
    background: #f6f3ee;
    border-bottom: 1px solid rgba(23, 23, 23, 0.06);
    padding: 16px 0;
}

/* ── 3. Section Principale Produit ─────────────────────── */
.ga-product-main-section {
    padding: 40px 0 64px;
}

/* Grille 2 colonnes (Visuel gauche + Édito droite) */
.ga-product-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
    margin-bottom: 48px;
}

/* Colonne Gauche : Visuel produit */
.ga-product-hero-left {
    position: relative;
}

.ga-product-stage-box {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(23, 23, 23, 0.07);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.04);
    padding: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ga-product-hero-img {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 16px;
    display: block;
    margin: 0 auto;
}

/* Colonne Droite : Édito + Image en situation */
.ga-product-hero-right {
    display: flex;
    flex-direction: column;
}

.ga-product-summary-box {
    display: flex;
    flex-direction: column;
}

.ga-product-main-title {
    font-family: Didot, "Cinzel", "Bodoni MT", "Playfair Display", serif !important;
    font-size: clamp(2rem, 2.8vw, 3rem) !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    color: #171717 !important;
    letter-spacing: -0.01em !important;
    margin: 10px 0 16px !important;
}

.ga-product-price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 20px;
}

.ga-product-price-wrapper .price {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    color: #171717 !important;
    letter-spacing: -0.01em !important;
}

.ga-product-price-wrapper .price del {
    font-size: 1.15rem !important;
    color: #999 !important;
    margin-right: 8px !important;
}

.ga-product-price-wrapper .price ins {
    text-decoration: none !important;
    color: #171717 !important;
}

.ga-product-short-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 24px;
}

/* Image en situation (injectée par WPCode snippet 8784 sous la description) */
.ga-product-media {
    margin-top: 6px;
}

.ga-product-media .ga-gallery-situation {
    width: 100% !important;
}

.ga-product-media .ga-gallery-situation > div {
    width: 100% !important;
    display: block !important;
}

.ga-product-media .ga-gallery-situation img {
    width: 100% !important;
    height: auto !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
}

/* ── 4. Toutes les options (Sous la grille 2 colonnes) ───── */
.ga-product-options-section {
    width: 100%;
    margin-top: 16px;
}

.ga-product-configurator-box {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(23, 23, 23, 0.09);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
    padding: 40px 48px;
}

/* ── Configurateur WAPF champs ─────────────────────────── */
.ga-product-configurator-box .wapf-field-row,
.ga-product-configurator-box .wapf-field-container {
    margin-bottom: 32px !important;
}

.ga-product-configurator-box .wapf-field-label {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.09em !important;
    color: #171717 !important;
    margin-bottom: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.ga-product-configurator-box .wapf-field-label abbr.required {
    color: #c89b5f !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.ga-product-configurator-box .wapf-field-input select {
    width: 100% !important;
    height: 50px !important;
    border: 1.5px solid #e2ded9 !important;
    border-radius: 10px !important;
    padding: 0 18px !important;
    font-size: 0.95rem !important;
    color: #171717 !important;
    background-color: #faf9f6 !important;
    transition: all 0.2s ease !important;
}

.ga-product-configurator-box .wapf-field-input select:focus {
    border-color: #c89b5f !important;
    box-shadow: 0 0 0 3px rgba(200, 155, 95, 0.15) !important;
    outline: none !important;
}

/* Bouton Ajout au Panier */
.ga-product-configurator-box form.cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.ga-product-configurator-box form.cart .quantity {
    flex-shrink: 0;
    margin-right: 0;
}

.ga-product-configurator-box form.cart .quantity .qty {
    width: 72px !important;
    height: 54px !important;
    border: 1.5px solid #e2ded9 !important;
    border-radius: 10px !important;
    text-align: center !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    background: #faf9f6 !important;
}

.ga-product-configurator-box form.cart button.single_add_to_cart_button {
    flex: 1;
    height: 56px !important;
    background: #171717 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 999px !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 10px 24px rgba(23, 23, 23, 0.15) !important;
}

.ga-product-configurator-box form.cart button.single_add_to_cart_button:hover {
    background: #c89b5f !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(200, 155, 95, 0.3) !important;
}

/* ── 4 Piliers Réassurance Produit ─────────────────────── */
.ga-product-pillars-section {
    padding: 0 0 72px;
}

.ga-product-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid rgba(23, 23, 23, 0.07);
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
}

.ga-product-pillar-card {
    padding: 36px 28px;
    border-right: 1px solid rgba(23, 23, 23, 0.07);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ga-product-pillar-card:last-child {
    border-right: none;
}

.ga-pillar-icon-box {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 4px;
}

.ga-pillar-title {
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    color: #171717 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
}

.ga-pillar-desc {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
    color: #777 !important;
    margin: 0 !important;
}

/* ── Section Détails Artistiques ───────────────────────── */
.ga-product-details-section {
    padding: 0 0 80px;
}

.ga-product-details-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid rgba(23, 23, 23, 0.07);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.03);
    padding: 56px 64px;
}

.ga-product-details-head {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.07);
    padding-bottom: 28px;
}

.ga-product-details-title {
    font-family: Didot, "Cinzel", "Bodoni MT", "Playfair Display", serif !important;
    font-size: clamp(1.6rem, 2.2vw, 2.2rem) !important;
    font-weight: 400 !important;
    color: #171717 !important;
    margin: 8px 0 0 !important;
}

.ga-product-details-body {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.02rem;
    line-height: 1.85;
    color: #333;
}

.ga-product-details-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

/* Bloc repliable 'Lire la suite' */
.ga-details-collapsible.is-collapsed {
    max-height: 280px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%);
    transition: max-height 0.4s ease;
}

.ga-details-collapsible.is-expanded {
    max-height: none;
    -webkit-mask-image: none;
    mask-image: none;
    transition: max-height 0.4s ease;
}

.ga-details-toggle-wrapper {
    text-align: center;
    margin-top: 24px;
    position: relative;
    z-index: 2;
}

.ga-details-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: #ffffff;
    border: 1.5px solid #c89b5f;
    border-radius: 999px;
    color: #171717;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(200, 155, 95, 0.15);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.ga-details-toggle-btn:hover {
    background: #171717;
    border-color: #171717;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(23, 23, 23, 0.2);
}

.ga-details-toggle-btn .toggle-arrow {
    color: #c89b5f;
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.25s ease;
}

.ga-details-toggle-btn:hover .toggle-arrow {
    color: #ffffff;
}

.ga-product-details-body h2,
.ga-product-details-body h3 {
    font-family: Didot, "Cinzel", "Bodoni MT", "Playfair Display", serif;
    font-weight: 400;
    color: #171717;
    margin-top: 36px;
    margin-bottom: 14px;
}

.ga-product-details-body p {
    margin-bottom: 20px;
}

/* Produits Associés */
.ga-product-related-section {
    padding: 20px 0 90px;
}

/* Responsive Single Product */
@media (max-width: 1024px) {
    .ga-product-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .ga-product-configurator-box {
        padding: 30px 24px;
    }

    .ga-product-pillars-grid {

        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .ga-product-pillar-card {
        border-right: none;
    }

    .ga-product-pillar-card:nth-child(1),
    .ga-product-pillar-card:nth-child(2) {
        border-bottom: 1px solid rgba(23, 23, 23, 0.07);
        padding-bottom: 24px;
    }

    .ga-product-details-card {
        padding: 40px 28px;
    }
}

@media (max-width: 640px) {
    .ga-product-pillars-grid {
        grid-template-columns: 1fr;
        padding: 32px 20px;
    }

    .ga-product-pillar-card {
        border-right: none !important;
        border-bottom: 1px solid rgba(23, 23, 23, 0.07);
        padding-bottom: 20px;
    }

    .ga-product-pillar-card:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .ga-product-visual-trust-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ga-product-configurator-box {
        padding: 24px 18px;
    }

    .ga-product-stage {
        padding: 14px;
    }
}

/* ==========================================================================
   WAPF PILLS + MASQUE PRIX OPTIONS + REFONTE TOTAUX
   ========================================================================== */

/* ── 1. Pills : Radios WAPF en boutons pill cliquables ─────────────────── */

/* Cacher les inputs radio natifs ET le span .wapf-custom (cercle visuel) */
.ga-product-configurator-box .wapf-input-label input[type="radio"],
.ga-product-configurator-box .wapf-custom {
    display: none !important;
}

/* Flex wrap sur le conteneur de radios */
.ga-product-configurator-box .wapf-radios {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 14px !important;
    margin-top: 6px !important;
}

/* Chaque label = un bouton pill cliquable (radius modéré, espacé et respirant) */
.ga-product-configurator-box .wapf-input-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 22px !important;
    background: #fbf9f5 !important;
    border: 1.5px solid #ded7ce !important;
    border-radius: 10px !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    color: #2b2723 !important;
    cursor: pointer !important;
    transition: all 0.22s ease !important;
    white-space: nowrap !important;
    user-select: none !important;
    line-height: 1.25 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
}

.ga-product-configurator-box .wapf-input-label:hover {
    background: #f2ede4 !important;
    border-color: #c89b5f !important;
    color: #171717 !important;
    transform: translateY(-1px) !important;
}

/* Pill sélectionnée : fond sombre signature + bordure or subtile */
.ga-product-configurator-box .wapf-radio.wapf-checked .wapf-input-label {
    background: #171717 !important;
    border-color: #c89b5f !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 14px rgba(23, 23, 23, 0.22) !important;
    transform: translateY(-1px) !important;
}

/* ── 2. Masquer les prix dans les options (+798 €, +70 €...) ────────────── */

.ga-product-configurator-box .wapf-pricing-hint {
    display: none !important;
}

/* ── 3. Refonte du bloc Totaux WAPF ────────────────────────────────────── */

.ga-product-configurator-box .wapf-product-totals {
    border-top: 1px solid rgba(23, 23, 23, 0.08) !important;
    margin-top: 20px !important;
    padding-top: 18px !important;
}

/* Masquer "Total du produit" et "Total des options" – garder seulement Total */
.ga-product-configurator-box .wapf--inner > div:first-child,
.ga-product-configurator-box .wapf--inner > div:nth-child(2) {
    display: none !important;
}

/* Ligne Total (grand total) – alignement premium */
.ga-product-configurator-box .wapf--inner > div:last-child {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.ga-product-configurator-box .wapf--inner > div:last-child > span:first-child {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #171717 !important;
}

.ga-product-configurator-box .wapf-grand-total {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #171717 !important;
    letter-spacing: -0.01em !important;
}

/* Masquer le tableau interne WAPF (wapf-ttp) */
.wapf-ttp {
    display: none !important;
}

/* ── 4. Description de champs WAPF ─────────────────────────────────────── */

.ga-product-configurator-box .wapf-field-description {
    font-size: 0.82rem !important;
    color: #999 !important;
    margin-top: 6px !important;
    font-style: italic !important;
}




/* ==========================================================================
   HEADER NATIF GRAPHIC AVENUE (100% SANS ELEMENTOR)
   ========================================================================== */

.ga-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(23, 23, 23, 0.07);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    height: 76px;
    transition: all 0.25s ease;
}

.ga-header-inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 clamp(20px, 3.5vw, 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: clamp(14px, 2vw, 32px);
}

.ga-header-left {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

/* Bouton Menu Tiroir (Burger) Mobile */
.ga-burger-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 8px;
    cursor: pointer !important;
    flex-shrink: 0;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    color: #171717;
    -webkit-tap-highlight-color: transparent !important;
    touch-action: manipulation !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    position: relative;
    z-index: 100 !important;
}

.ga-burger-btn * {
    pointer-events: none !important;
}

.ga-burger-btn:hover,
.ga-burger-btn:active {
    background: #f4efe8;
    border-color: #c89b5f;
    color: #c89b5f;
}

.ga-burger-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 20px;
}

.ga-burger-line {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.ga-burger-text {
    display: none;
}

/* Brand / Logo */
.ga-header-brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
}

.ga-header-logo,
.ga-site-header .ga-header-brand img.ga-header-logo,
.woocommerce .ga-site-header .ga-header-brand img,
.woocommerce-page .ga-site-header .ga-header-brand img,
.ga-site-header img.ga-header-logo {
    height: 28px !important;
    max-height: 28px !important;
    width: auto !important;
    max-width: 190px !important;
    object-fit: contain !important;
    display: block !important;
    pointer-events: none;
}

/* Desktop Nav Menu — Tout sur une seule ligne garantie */
.ga-desktop-nav {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    min-width: 0;
}

.ga-nav-menu {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.2vw, 20px);
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.ga-nav-menu > li {
    position: relative;
    white-space: nowrap;
    flex-shrink: 0;
}

.ga-nav-menu > li > a {
    font-size: clamp(0.76rem, 0.82vw, 0.84rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #171717;
    text-decoration: none;
    padding: 26px 2px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.ga-nav-menu > li > a:hover,
.ga-nav-menu > li.current-menu-item > a {
    color: #c89b5f;
}

/* Empêcher tout empilement ou sous-menu flottant sur la navigation */
.ga-nav-menu .sub-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Actions Header */
.ga-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ga-header-phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 50px;
    background: #fbfaf8;
    border: 1px solid #e2ded9;
    color: #171717;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ga-header-phone-btn:hover {
    background: #c89b5f;
    border-color: #c89b5f;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(200, 155, 95, 0.25);
}

.ga-header-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #171717;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ga-header-icon-btn:hover {
    background: #f6f3ee;
    color: #c89b5f;
}

/* Recherche Loupe Mise en avant & Plus visible */
.ga-header-icon-btn.ga-search-trigger {
    width: 48px;
    height: 48px;
    background: #f9f7f4;
    border: 1px solid #e2ded8;
    color: #171717;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.ga-header-icon-btn.ga-search-trigger svg {
    width: 25px;
    height: 25px;
    stroke-width: 2.2;
}

.ga-header-icon-btn.ga-search-trigger:hover {
    background: #c89b5f;
    border-color: #c89b5f;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(200, 155, 95, 0.3);
}

/* Badge Panier */
.ga-cart-badge {
    position: absolute;
    top: 3px;
    right: 3px;
    min-width: 18px;
    height: 18px;
    border-radius: 10px;
    background: #c89b5f;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    transform: scale(0);
    transition: transform 0.2s ease;
}

.ga-cart-badge.has-items,
.ga-cart-badge:not(:empty):not([data-count="0"]) {
    transform: scale(1);
}

/* Barre de recherche déroulante */
.ga-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(23, 23, 23, 0.08);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    padding: 16px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.ga-search-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ga-search-input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    background: #f6f3ee;
    border: 1px solid #e0d9cd;
    border-radius: 50px;
    padding: 6px 14px 6px 20px;
}

.ga-search-field {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 0.98rem;
    color: #171717;
    outline: none;
}

.ga-search-submit-btn {
    background: #c89b5f;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ga-search-submit-btn:hover {
    background: #ad7c3f;
    box-shadow: 0 4px 12px rgba(200, 155, 95, 0.3);
}

.ga-search-close {
    background: transparent;
    border: none;
    font-size: 1.2rem;
    color: #888;
    cursor: pointer;
    padding: 4px 10px;
    line-height: 1;
}

.ga-search-close:hover {
    color: #171717;
}

/* ── TIROIR MOBILE (OFF-CANVAS DRAWER) ───────────────────── */

.ga-mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 99998;
    pointer-events: none;
}

.ga-mobile-drawer.is-active {
    pointer-events: auto;
}

.ga-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.ga-mobile-drawer.is-active .ga-drawer-backdrop {
    opacity: 1;
    visibility: visible;
}

.ga-drawer-content {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 390px;
    max-width: 100vw;
    background: #ffffff;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 20px 0 60px rgba(0, 0, 0, 0.20);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 640px) {
    .ga-drawer-content {
        width: 100vw !important;
        max-width: 100vw !important;
        box-shadow: none;
    }
}

.ga-mobile-drawer.is-active .ga-drawer-content {
    transform: translateX(0);
}

body.admin-bar .ga-drawer-content {
    top: 32px !important;
}

@media (max-width: 782px) {
    body.admin-bar .ga-drawer-content {
        top: 46px !important;
    }
}

.ga-drawer-header {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.ga-drawer-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.ga-drawer-logo,
.ga-mobile-drawer .ga-drawer-brand img.ga-drawer-logo,
.woocommerce .ga-mobile-drawer .ga-drawer-brand img,
.woocommerce-page .ga-mobile-drawer .ga-drawer-brand img {
    height: 26px !important;
    max-height: 26px !important;
    width: auto !important;
    max-width: 160px !important;
    object-fit: contain !important;
    display: block !important;
    pointer-events: none;
}

/* Recherche Mobile intégrée dans le drawer */
.ga-drawer-search-box {
    padding: 14px 20px 6px;
}

.ga-drawer-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f4efe8;
    border: 1px solid #e0d8cc;
    border-radius: 12px;
    padding: 8px 14px;
    transition: border-color 0.2s ease;
}

.ga-drawer-search-form:focus-within {
    border-color: #c89b5f;
    background: #ffffff;
}

.ga-drawer-search-form svg {
    color: #888;
    flex-shrink: 0;
}

.ga-drawer-search-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 0.92rem;
    color: #171717;
    outline: none;
    padding: 0;
}

.ga-drawer-close {
    background: transparent;
    border: none;
    font-size: 1.3rem;
    color: #171717;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ga-drawer-nav {
    flex: 1;
    padding: 16px 20px;
}

.ga-drawer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ga-drawer-link {
    display: flex;
    align-items: center;
    padding: 13px 14px;
    font-size: 0.98rem;
    font-weight: 600;
    color: #171717;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.15s ease;
}

.ga-drawer-link:hover,
.ga-drawer-link:active {
    background: #faf8f5;
    color: #c89b5f;
}

.ga-drawer-link-gold {
    color: #c89b5f !important;
    background: rgba(200, 155, 95, 0.08);
}

/* Accordéon Tableaux Mobile */
.ga-accordion-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 14px;
    font-size: 0.98rem;
    font-weight: 600;
    color: #171717;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.ga-accordion-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ga-accordion-text {
    font-weight: 700;
}

.ga-accordion-badge {
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #c89b5f;
    color: #ffffff;
    padding: 2px 7px;
    border-radius: 12px;
}

.ga-accordion-arrow {
    font-size: 1.3rem;
    line-height: 1;
    transition: transform 0.25s ease;
    color: #888;
}

.ga-drawer-item-accordion.is-open .ga-accordion-arrow {
    transform: rotate(90deg);
    color: #c89b5f;
}

.ga-accordion-sub {
    list-style: none;
    margin: 0;
    padding: 6px 0 6px 12px;
    display: none;
    flex-direction: column;
    gap: 3px;
}

.ga-drawer-item-accordion.is-open .ga-accordion-sub {
    display: flex;
}

.ga-accordion-sub a {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    font-size: 0.92rem;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.18s ease;
}

.ga-accordion-sub a:hover {
    color: #c89b5f;
    background: #faf8f5;
    padding-left: 18px;
}

.ga-univ-num {
    display: inline-block;
    color: #c89b5f;
    font-size: 0.72rem;
    font-weight: 800;
    margin-right: 10px;
    letter-spacing: 0.05em;
    opacity: 0.9;
}

/* Arborescence Univers Artistiques & Catégories dans le Tiroir */
.ga-universe-tree {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ga-universe-branch {
    border-radius: 10px;
    transition: background 0.15s ease;
}

.ga-universe-branch:hover {
    background: #faf8f5;
}

.ga-universe-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 12px;
    background: transparent;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
    min-height: 48px; /* Standard ergonomique Apple & Android */
    transition: all 0.2s ease;
    font-family: inherit;
}

.ga-universe-toggle-btn:hover,
.ga-universe-branch.is-open .ga-universe-toggle-btn {
    background: rgba(200, 155, 95, 0.08);
}

.ga-univ-left {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.ga-univ-title {
    font-size: 0.94rem;
    font-weight: 600;
    color: #171717;
    transition: color 0.15s ease;
}

.ga-universe-toggle-btn:hover .ga-univ-title,
.ga-universe-branch.is-open .ga-univ-title {
    color: #c89b5f;
}

.ga-univ-right {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    background: rgba(23, 23, 23, 0.04);
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 14px;
    color: #666;
    font-size: 0.74rem;
    font-weight: 700;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.ga-universe-toggle-btn:hover .ga-univ-right,
.ga-universe-branch.is-open .ga-univ-right {
    background: #c89b5f;
    border-color: #c89b5f;
    color: #ffffff;
}

.ga-cat-toggle-arrow {
    font-size: 1.05rem;
    line-height: 1;
    transition: transform 0.2s ease;
}

.ga-universe-branch.is-open .ga-cat-toggle-arrow {
    transform: rotate(90deg);
}

/* Liste des sous-catégories déployée */
.ga-universe-sub-cats {
    list-style: none;
    margin: 2px 0 8px 20px;
    padding: 6px 0 6px 12px;
    border-left: 2px solid rgba(200, 155, 95, 0.4);
    display: none;
    flex-direction: column;
    gap: 2px;
}

.ga-universe-branch.is-open .ga-universe-sub-cats {
    display: flex;
}

.ga-sub-cat-pillar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #c89b5f;
    text-decoration: none;
    border-radius: 6px;
    background: rgba(200, 155, 95, 0.07);
    margin-bottom: 4px;
    transition: all 0.15s ease;
}

.ga-sub-cat-pillar a:hover {
    background: rgba(200, 155, 95, 0.16);
    color: #ad7c39;
    padding-left: 16px;
}

.ga-sub-cat-item a {
    display: flex;
    align-items: center;
    padding: 9px 12px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.15s ease;
    min-height: 38px;
}

.ga-sub-cat-item a:hover {
    color: #c89b5f;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding-left: 16px;
}

.ga-sub-all {
    font-weight: 700 !important;
    color: #c89b5f !important;
    background: rgba(200, 155, 95, 0.08) !important;
    margin-bottom: 6px;
    border-radius: 8px;
}

.ga-sub-all:hover {
    background: rgba(200, 155, 95, 0.16) !important;
    color: #b08347 !important;
}

.ga-drawer-footer {
    padding: 24px 20px 32px;
    border-top: 1px solid rgba(23, 23, 23, 0.07);
    background: #faf8f5;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ga-drawer-phone {
    font-size: 0.9rem;
    color: #171717;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ga-drawer-phone strong {
    font-size: 1.05rem;
    color: #c89b5f;
}

.ga-drawer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: #888;
}

.ga-drawer-socials a {
    color: #555;
    text-decoration: none;
    font-weight: 500;
}

.ga-drawer-socials a:hover {
    color: #c89b5f;
}

/* ==========================================================================
   FOOTER NATIF GRAPHIC AVENUE (100% SANS ELEMENTOR)
   ========================================================================== */

.ga-site-footer {
    background: #0f1216;
    color: #ffffff;
    margin-top: 72px;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ga-footer-main {
    padding: 72px 0 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ga-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1.05fr 1.25fr;
    gap: 48px;
    align-items: start;
}

/* Colonne 1 : Brand */
.ga-footer-logo {
    height: 28px;
    width: auto;
    object-fit: contain;
    filter: invert(1) brightness(1.2);
    margin-bottom: 18px;
    display: block;
}

.ga-footer-brand-desc {
    font-size: 0.9rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 24px;
}

.ga-footer-socials {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ga-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.ga-social-link:hover {
    background: #c89b5f;
    border-color: #c89b5f;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Colonnes 2 & 3 : Liens */
.ga-footer-title {
    font-family: Didot, "Cinzel", "Bodoni MT", serif;
    font-size: 1.22rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin: 0 0 20px;
}

.ga-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.ga-footer-links a {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    transition: all 0.18s ease;
    display: inline-block;
}

.ga-footer-links a:hover {
    color: #c89b5f;
    transform: translateX(4px);
}

/* Colonne 4 : CTA Catalogue */
.ga-footer-cta-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 22px;
}

.ga-footer-catalog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 24px;
    background: #c89b5f;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.25s ease;
    box-shadow: 0 8px 24px rgba(200, 155, 95, 0.2);
}

.ga-footer-catalog-btn:hover {
    background: #d4a96f;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(200, 155, 95, 0.35);
}

.ga-footer-contact-box {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ga-contact-hint {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.45);
}

.ga-footer-phone {
    font-size: 1.25rem;
    font-weight: 700;
    color: #c89b5f;
    text-decoration: none;
}

.ga-contact-hours {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

/* Bandeau Bas Footer */
.ga-footer-bottom {
    padding: 24px 0;
    background: #090c0f;
}

.ga-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.ga-footer-copy {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

.ga-footer-badges {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.ga-f-badge {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ==========================================================================
   RESPONSIVE MULTI-DEVICES (iPhone, Samsung S26, iPad Pro/Air, MacBooks)
   ========================================================================== */

/* Tablettes Portrait (iPad Air 820px, iPad Pro 1024px) */
@media (max-width: 1024px) {
    .ga-burger-btn {
        display: flex;
    }

    .ga-desktop-nav,
    .ga-header-phone-btn {
        display: none;
    }

    .ga-site-header {
        height: 64px;
    }

    .ga-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

/* Smartphones (iPhone 17 Pro/Max, Samsung S26 — < 640px) */
@media (max-width: 640px) {
    .ga-burger-text {
        display: none;
    }

    .ga-burger-btn {
        padding: 6px 8px;
        background: transparent;
        border-color: transparent;
    }

    .ga-site-header {
        height: 60px;
    }

    .ga-header-logo {
        height: 24px;
    }

    .ga-header-actions {
        gap: 6px;
    }

    .ga-header-icon-btn {
        width: 38px;
        height: 38px;
    }

    .ga-footer-main {
        padding: 48px 0 40px;
    }

    .ga-footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .ga-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* ==========================================================================
   SUPPRESSION ABSOLUE RELIQUATS ELEMENTOR HEADER / FOOTER
   ========================================================================== */
.elementor-location-header,
.elementor-location-footer,
[data-elementor-type="header"],
[data-elementor-type="footer"] {
    display: none !important;
}

/* Masquage de l'étape 1 univers et hero interne dans le configurateur lorsque l'œuvre est déjà sélectionnée */
.ga-has-selected-visuel .csm-step[data-step="univers"],
.ga-has-selected-visuel .csm-hero {
    display: none !important;
}

.ga-has-selected-visuel .csm-step[data-step="support"] .csm-step-num::before {
    content: "1";
}
.ga-has-selected-visuel .csm-step[data-step="support"] .csm-step-num {
    font-size: 0 !important;
}
.ga-has-selected-visuel .csm-step[data-step="support"] .csm-step-num::before {
    font-size: 1.1rem !important;
}

.ga-has-selected-visuel .csm-step[data-step="dimensions"] .csm-step-num::before {
    content: "2";
}
.ga-has-selected-visuel .csm-step[data-step="dimensions"] .csm-step-num {
    font-size: 0 !important;
}
.ga-has-selected-visuel .csm-step[data-step="dimensions"] .csm-step-num::before {
    font-size: 1.1rem !important;
}

.ga-has-selected-visuel .csm-step[data-step="orientation"] .csm-step-num::before {
    content: "3";
}
.ga-has-selected-visuel .csm-step[data-step="orientation"] .csm-step-num {
    font-size: 0 !important;
}
.ga-has-selected-visuel .csm-step[data-step="orientation"] .csm-step-num::before {
    font-size: 1.1rem !important;
}

.ga-has-selected-visuel .csm-step[data-step="cadre"] .csm-step-num::before {
    content: "4";
}
.ga-has-selected-visuel .csm-step[data-step="cadre"] .csm-step-num {
    font-size: 0 !important;
}
.ga-has-selected-visuel .csm-step[data-step="cadre"] .csm-step-num::before {
    font-size: 1.1rem !important;
}

/* ==========================================================================
   SUPPRESSION DES SOUS-TITRES DE HÉROS UNIQUEMENT SUR MOBILE (<768px)
   Visibles et rétablis sur Bureau, Laptops (13-16") et iPad (12.9-13" paysage)
   ========================================================================== */
@media (max-width: 767px) {
    /* Accueil : suppression du pavé descriptif hero-lead */
    .ga-home-prototype .hero-lead {
        display: none !important;
    }

    /* Pages Piliers (Cinéma, Moteurs, Street Art, etc.) : suppression du paragraphe sous le H1 */
    .ga-code-prototype .hero-copy > p:not(.eyebrow):not(.actions):not(.hero-index),
    .ga-code-prototype .hero > p:not(.eyebrow):not(.actions):not(.hero-index) {
        display: none !important;
    }

    /* Pages Catégories WooCommerce */
    .ga-cat-hero .ga-cat-subtitle {
        display: none !important;
    }
    .ga-cat-custom-cta .ga-cat-custom-text span {
        display: none !important;
    }

    /* Page Signature */
    .ga-sig-hero .ga-sig-hero-sub {
        display: none !important;
    }

    /* Page Sur Mesure */
    .ga-sm-hero .ga-sm-subtitle {
        display: none !important;
    }

    /* Page Blog */
    .ga-blog-hero .ga-blog-hero-sub {
        display: none !important;
    }

    /* Page Contact & À Propos */
    .ga-contact-hero .ga-contact-subtitle,
    .ga-about-hero .ga-about-subtitle {
        display: none !important;
    }
}

/* ── FINITIONS ÉLÉGANTES TIROIR MOBILE IPHONE ────────────────────────── */
@media (max-width: 640px) {
    .ga-drawer-header {
        padding: 14px 18px;
    }
    .ga-drawer-search-box {
        padding: 12px 18px 6px;
    }
    .ga-drawer-nav {
        padding: 10px 14px 28px;
    }
    .ga-drawer-link {
        font-size: 1.05rem;
        padding: 13px 14px;
    }
    .ga-accordion-toggle {
        font-size: 1.05rem;
        padding: 13px 14px;
    }
    .ga-accordion-sub {
        margin: 4px 0 8px 8px;
        padding: 6px 0 6px 12px;
    }
    .ga-univ-title {
        font-size: 0.98rem;
    }
}

/* ==========================================================================
   REFONTE DESIGN PAGE PANIER (/panier/) HAUTE COUTURE GRAPHIC AVENUE
   ========================================================================== */

.woocommerce-cart .page-content,
.woocommerce-cart main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px 80px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #171717;
}

/* En-tête de panier */
.woocommerce-cart .woocommerce {
    position: relative;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    margin-bottom: 24px;
}

/* Suppression absolue des prix d'options (+XX €) dans le panier et tout le tunnel */
.woocommerce-cart .wapf-pricing-hint,
.woocommerce-cart dl.variation .wapf-pricing-hint,
.woocommerce-cart .variation .wapf-pricing-hint,
.woocommerce-cart .wc-item-meta .wapf-pricing-hint,
.wapf-pricing-hint {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Table du panier (articles) */
.woocommerce-cart form.woocommerce-cart-form table.shop_table {
    border: 1.5px solid #ded6c8 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.04) !important;
    margin-bottom: 36px !important;
    width: 100% !important;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table th {
    background: #f8f5f0 !important;
    color: #171717 !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.09em !important;
    padding: 18px 24px !important;
    border-bottom: 1.5px solid #ded6c8 !important;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table td {
    padding: 24px !important;
    border-bottom: 1px solid rgba(23, 23, 23, 0.06) !important;
    vertical-align: middle !important;
    font-size: 0.95rem !important;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-remove a.remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #f6f2eb !important;
    color: #8c8273 !important;
    font-size: 18px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-remove a.remove:hover {
    background: #0b0e13 !important;
    color: #ffffff !important;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-thumbnail img {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 1px solid rgba(23, 23, 23, 0.08) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06) !important;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name a {
    font-family: var(--ga-font-serif) !important;
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    color: #0b0e13 !important;
    letter-spacing: 0.01em !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
    transition: color 0.2s ease !important;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name a:hover {
    color: #c89b5f !important;
}

/* Encart des Options / Spécifications de l'Œuvre : Clarté & Lisibilité Maximale */
.woocommerce-cart form.woocommerce-cart-form dl.variation,
.woocommerce-cart .wc-item-meta {
    margin: 12px 0 0 0 !important;
    padding: 14px 18px !important;
    background: #fbf9f6 !important;
    border: 1px solid rgba(200, 155, 95, 0.2) !important;
    border-radius: 12px !important;
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    gap: 6px 16px !important;
    align-items: baseline !important;
    max-width: 480px !important;
    box-sizing: border-box !important;
}

.woocommerce-cart form.woocommerce-cart-form dl.variation dt,
.woocommerce-cart .wc-item-meta dt {
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #7d7568 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart form.woocommerce-cart-form dl.variation dd,
.woocommerce-cart .wc-item-meta dd {
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    color: #171717 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart form.woocommerce-cart-form dl.variation dd p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.92rem !important;
    color: #171717 !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart .wc-item-meta li {
    margin-bottom: 2px !important;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-price {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    color: #171717 !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-subtotal {
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    color: #c89b5f !important;
    font-family: var(--ga-font-serif) !important;
}

.woocommerce-cart form.woocommerce-cart-form .quantity input.qty {
    width: 60px !important;
    height: 44px !important;
    border: 1.5px solid #ded6c8 !important;
    border-radius: 10px !important;
    background: #fbf9f6 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: #171717 !important;
    text-align: center !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions {
    background: #fbf9f5 !important;
    padding: 16px 20px !important;
}

.woocommerce-cart .coupon {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.woocommerce-cart .coupon input.input-text {
    height: 44px !important;
    border: 1.5px solid #ded7ce !important;
    border-radius: 8px !important;
    padding: 0 16px !important;
    font-size: 0.9rem !important;
    background: #ffffff !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart .coupon button.button,
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions button.button {
    height: 44px !important;
    border-radius: 8px !important;
    padding: 0 20px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    background: #ffffff !important;
    border: 1.5px solid #c89b5f !important;
    color: #171717 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart .coupon button.button:hover,
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions button.button:hover {
    background: #c89b5f !important;
    color: #ffffff !important;
}

/* Totaux du Panier — Carte Atelier Haute Couture */
.woocommerce-cart .cart-collaterals {
    max-width: 520px !important;
    margin: 40px 0 0 auto !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    float: none !important;
    width: 100% !important;
    clear: both !important;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart_totals {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #ffffff !important;
    border: 1px solid rgba(200, 155, 95, 0.25) !important;
    border-radius: 24px !important;
    padding: 36px 40px !important;
    color: #171717 !important;
    margin: 0 !important;
    box-shadow: 0 16px 40px rgba(23, 23, 23, 0.04), 0 2px 8px rgba(0, 0, 0, 0.02) !important;
    box-sizing: border-box !important;
}

.woocommerce-cart .cart_totals h2 {
    font-family: var(--ga-font-serif) !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #171717 !important;
    margin: 0 0 24px 0 !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid rgba(200, 155, 95, 0.25) !important;
    position: relative !important;
}

.woocommerce-cart .cart_totals h2::after {
    content: "" !important;
    position: absolute !important;
    bottom: -1px !important;
    left: 0 !important;
    width: 48px !important;
    height: 2px !important;
    background: #c89b5f !important;
}

.woocommerce-cart .cart_totals table.shop_table {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 0 28px 0 !important;
    border-collapse: collapse !important;
}

.woocommerce-cart .cart_totals table.shop_table tr th,
.woocommerce-cart .cart_totals table.shop_table tr td {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #eee8df !important;
    padding: 16px 0 !important;
    font-size: 0.95rem !important;
    color: #171717 !important;
    vertical-align: middle !important;
}

.woocommerce-cart .cart_totals table.shop_table td::before {
    display: none !important;
    content: none !important;
}

.woocommerce-cart .cart_totals table.shop_table tr th {
    color: #7d7568 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    font-size: 0.85rem !important;
    width: 38% !important;
    text-align: left !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart .cart_totals table.shop_table tr td {
    text-align: right !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart .cart_totals table.shop_table .amount {
    color: #171717 !important;
    font-weight: 600 !important;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
    color: #66615b !important;
    font-size: 0.88rem !important;
    margin-bottom: 8px !important;
}

.woocommerce-cart .cart_totals .shipping-calculator-button {
    display: inline-block !important;
    color: #b38448 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin-top: 6px !important;
    font-size: 0.88rem !important;
    transition: color 0.2s ease !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart .cart_totals .shipping-calculator-button:hover {
    color: #8c632d !important;
    text-decoration: underline !important;
}

.woocommerce-cart .cart_totals .shipping-calculator-form {
    margin-top: 16px !important;
    text-align: left !important;
}

.woocommerce-cart .cart_totals .shipping-calculator-form p {
    margin-bottom: 12px !important;
}

.woocommerce-cart .cart_totals .shipping-calculator-form input.input-text,
.woocommerce-cart .cart_totals .shipping-calculator-form select {
    background: #fbf9f6 !important;
    border: 1.5px solid #ded7ce !important;
    border-radius: 8px !important;
    color: #171717 !important;
    padding: 10px 14px !important;
    font-size: 0.9rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart .cart_totals .shipping-calculator-form button.button {
    background: #171717 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart .cart_totals .shipping-calculator-form button.button:hover {
    background: #c89b5f !important;
}

.woocommerce-cart .cart_totals tr.order-total th {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #171717 !important;
    letter-spacing: 0.08em !important;
    border-bottom: none !important;
    padding-top: 22px !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart .cart_totals tr.order-total td {
    border-bottom: none !important;
    padding-top: 22px !important;
}

.woocommerce-cart .cart_totals tr.order-total td strong,
.woocommerce-cart .cart_totals tr.order-total .amount {
    font-family: var(--ga-font-serif) !important;
    font-size: 2.1rem !important;
    font-weight: 700 !important;
    color: #b38448 !important;
}

/* Bouton principal Passer la commande */
.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 56px !important;
    background: #171717 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: 0 10px 24px rgba(23, 23, 23, 0.18) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    font-family: var(--ga-font-sans) !important;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background: #c89b5f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 32px rgba(200, 155, 95, 0.35) !important;
    color: #ffffff !important;
}

@media (max-width: 782px) {
    .woocommerce-cart .page-content,
    .woocommerce-cart main {
        padding: 20px 14px 60px !important;
    }
    body.woocommerce-cart .woocommerce {
        padding: 0 4px 40px !important;
    }
    .woocommerce-cart .cart-collaterals {
        max-width: 100% !important;
        margin: 28px 0 0 0 !important;
    }
    .woocommerce-cart .cart-collaterals .cart_totals,
    .woocommerce-cart .cart_totals {
        padding: 28px 20px !important;
        border-radius: 20px !important;
        width: 100% !important;
        background: #ffffff !important;
        border: 1px solid rgba(200, 155, 95, 0.25) !important;
        box-shadow: 0 12px 30px rgba(23, 23, 23, 0.04) !important;
    }
    .woocommerce-cart .cart_totals table.shop_table,
    .woocommerce-cart .cart_totals table.shop_table tbody {
        display: block !important;
        width: 100% !important;
    }
    .woocommerce-cart .cart_totals table.shop_table tr {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid #eee8df !important;
    }
    .woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }
    .woocommerce .cart_totals table.shop_table_responsive tr th,
    .woocommerce-page .cart_totals table.shop_table_responsive tr th,
    .woocommerce-cart .cart_totals table.shop_table tr th {
        display: block !important;
        border: none !important;
        padding: 0 !important;
        width: auto !important;
        color: #7d7568 !important;
        font-size: 0.8rem !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05em !important;
    }
    .woocommerce-cart .cart_totals table.shop_table tr td {
        border: none !important;
        padding: 0 !important;
        width: auto !important;
        text-align: right !important;
        color: #171717 !important;
    }
    .woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals td {
        text-align: left !important;
        width: 100% !important;
    }
    .woocommerce-cart .cart_totals tr.order-total {
        padding-top: 18px !important;
        border-bottom: none !important;
    }
    .woocommerce-cart .cart_totals tr.order-total th {
        font-size: 0.95rem !important;
        color: #171717 !important;
    }
    .woocommerce-cart .cart_totals tr.order-total td strong,
    .woocommerce-cart .cart_totals tr.order-total .amount {
        font-size: 1.85rem !important;
        color: #b38448 !important;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td {
        padding: 14px 16px !important;
        box-sizing: border-box !important;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-remove::before,
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-thumbnail::before,
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name::before {
        display: none !important;
        content: none !important;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name {
        display: block !important;
        text-align: left !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name a {
        display: block !important;
        margin-bottom: 10px !important;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-thumbnail {
        display: block !important;
        text-align: left !important;
        padding-bottom: 6px !important;
        border-bottom: none !important;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-thumbnail img {
        width: 76px !important;
        height: 76px !important;
        border-radius: 10px !important;
    }
    .woocommerce-cart form.woocommerce-cart-form dl.variation {
        padding: 10px 12px !important;
        gap: 4px 10px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .woocommerce-cart form.woocommerce-cart-form dl.variation dt {
        font-size: 0.72rem !important;
    }
    .woocommerce-cart form.woocommerce-cart-form dl.variation dd,
    .woocommerce-cart form.woocommerce-cart-form dl.variation dd p {
        font-size: 0.85rem !important;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .woocommerce-cart .coupon {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
    }
    .woocommerce-cart .coupon input.input-text,
    .woocommerce-cart .coupon button.button,
    .woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions button.button {
        width: 100% !important;
        height: 48px !important;
    }
}

/* Suppression absolue des boutons express intrusifs sur la page panier */
.woocommerce-cart #wc-stripe-express-checkout-element,
.woocommerce-cart #wc-stripe-payment-request-wrapper,
.woocommerce-cart .wcppec-checkout-buttons,
.woocommerce-cart .wc-stripe-banner-checkout,
.woocommerce-cart .payment-request-button,
.woocommerce-cart #payment-request-button {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Panier vide */
.woocommerce-cart .cart-empty.woocommerce-info {
    background: #ffffff !important;
    border: 1px solid rgba(23, 23, 23, 0.08) !important;
    border-radius: 14px !important;
    padding: 30px !important;
    font-size: 1.05rem !important;
    color: #171717 !important;
    text-align: center !important;
    margin-bottom: 24px !important;
}

.woocommerce-cart .return-to-shop a.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 32px !important;
    background: #171717 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.woocommerce-cart .return-to-shop a.button:hover {
    background: #c89b5f !important;
    transform: translateY(-2px) !important;
}

/* ==========================================================================
   REFONTE DESIGN VALIDATION DE COMMANDE (/validation-de-commande/)
   - Masquage des prix des options dans le résumé de commande
   - Design Haute Couture Graphic Avenue (Noir, Or, Beige)
   - Apple Pay / Google Pay / Carte Bancaire mis en valeur
   ========================================================================== */

/* 1. Masquage des prix d'options dans le résumé de la commande */
.wc-block-components-product-details .wapf-pricing-hint,
.wc-block-components-order-summary-item .wapf-pricing-hint,
.woocommerce-checkout .wc-item-meta .wapf-pricing-hint,
.woocommerce-checkout .wc-item-meta .wapf-product-option-price,
.woocommerce-checkout-review-order-table .wapf-pricing-hint,
.woocommerce-checkout-review-order-table .wapf-product-option-price {
    display: none !important;
    visibility: hidden !important;
}

/* 2. Conteneur et Hero de la page de commande */
.woocommerce-checkout .page-content,
.woocommerce-checkout main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px 80px;
    font-family: var(--ga-font-sans);
    color: #171717;
}

.ga-checkout-hero {
    text-align: center;
    padding: 30px 20px 40px;
    margin-bottom: 20px;
}

.ga-checkout-kicker {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #c89b5f;
    margin-bottom: 8px;
    font-family: var(--ga-font-sans);
}

.ga-checkout-title {
    font-family: var(--ga-font-serif) !important;
    font-size: clamp(2rem, 3vw, 2.8rem) !important;
    font-weight: 500 !important;
    color: #171717 !important;
    margin: 0 0 10px 0 !important;
}

.ga-checkout-sub {
    font-size: 1rem;
    color: #666;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 3. Bloc Gutenberg WooCommerce Checkout */
.wp-block-woocommerce-checkout {
    background: transparent !important;
}

.wc-block-components-sidebar-layout {
    gap: 40px !important;
}

/* Colonne Principale (Formulaires & Paiement) */
.wc-block-checkout__main {
    background: #ffffff !important;
    border: 1px solid rgba(23, 23, 23, 0.08) !important;
    border-radius: 24px !important;
    padding: 36px 40px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03) !important;
}

/* Colonne Latérale (Résumé de commande) */
.wc-block-checkout__sidebar {
    background: #ffffff !important;
    border: 1px solid rgba(23, 23, 23, 0.08) !important;
    border-radius: 24px !important;
    padding: 32px 36px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03) !important;
    align-self: flex-start !important;
}

/* Titres de sections dans le checkout */
.wc-block-components-checkout-step__heading,
.wc-block-components-title {
    font-family: Didot, "Cinzel", "Bodoni MT", "Playfair Display", serif !important;
    font-size: 1.35rem !important;
    font-weight: 400 !important;
    color: #171717 !important;
    margin-bottom: 18px !important;
}

/* Champs de formulaires */
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="tel"],
.woocommerce-checkout input.input-text,
.woocommerce-checkout select {
    height: 50px !important;
    border: 1.5px solid #ded7ce !important;
    border-radius: 10px !important;
    padding: 0 16px !important;
    font-size: 0.95rem !important;
    color: #171717 !important;
    background: #faf9f6 !important;
    transition: all 0.2s ease !important;
}

.wc-block-components-text-input input:focus,
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus {
    border-color: #c89b5f !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(200, 155, 95, 0.15) !important;
    outline: none !important;
}

/* Bloc Options de Paiement */
.wc-block-checkout__payment-method {
    border: 1px solid rgba(200, 155, 95, 0.25) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    background: #fbf9f5 !important;
    margin-top: 24px !important;
}

.wc-block-components-radio-control__option {
    border: 1.5px solid #ded7ce !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    background: #ffffff !important;
    margin-bottom: 12px !important;
    transition: all 0.2s ease !important;
}

.wc-block-components-radio-control__option:hover {
    border-color: #c89b5f !important;
}

.wc-block-components-radio-control__option.is-checked {
    border-color: #c89b5f !important;
    background: #fffdfa !important;
    box-shadow: 0 4px 14px rgba(200, 155, 95, 0.12) !important;
}

/* Bouton principal Commander */
.wc-block-components-checkout-place-order-button,
.woocommerce-checkout #place_order {
    height: 58px !important;
    background: #171717 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 10px 28px rgba(23, 23, 23, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin-top: 20px !important;
}

.wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout #place_order:hover {
    background: #c89b5f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 34px rgba(200, 155, 95, 0.35) !important;
}

/* Masquage de Paylink si résiduel */
#payment_method_paylink,
.payment_method_paylink,
[data-gateway-id="paylink"] {
    display: none !important;
}


