:root{
  --black:#050505;
  --black-soft:#0b0b0b;
  --white:#ffffff;
  --ivory:#f7f3ec;
  --gold:#bf9655;
  --gold-light:#d3ad6d;
  --gold-line:rgba(191,150,85,.34);
  --text:#f5f2eb;
  --muted:rgba(255,255,255,.72);
  --dark-text:#080808;
  --wrap:min(1180px,calc(100vw - 48px));
  --header:78px;
  --sans:Jost,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --serif:"AL Nevrada Personal","AL Nevrada",Didot,"Bodoni 72",Georgia,serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{margin:0;background:var(--black);color:var(--text);font-family:var(--sans);font-weight:300;overflow-x:hidden;text-rendering:geometricPrecision}
body.is-menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:var(--wrap);margin-inline:auto}
.section-dark{background:var(--black) url('../images/trame.jpg') center/cover no-repeat;color:#fff}
.section-white{background:#fff;color:#060606}
.gold{color:var(--gold)}
.kicker{margin:0 0 26px;font-size:12px;letter-spacing:.42em;text-transform:uppercase;font-weight:500}
.gold-line{width:72px;height:2px;background:var(--gold);margin:0 0 36px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* Header commun */
.site-header{position:fixed;inset:0 0 auto 0;height:var(--header);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:0 clamp(18px,3.2vw,48px);background:rgba(3,3,3,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08);z-index:100;transition:transform .35s ease,background .35s ease}
.site-header.is-hidden{transform:translateY(-105%)}
.brand img{width:clamp(116px,9vw,178px)}
.nav{justify-self:center;display:flex;align-items:center;gap:clamp(22px,3.6vw,56px)}
.nav a{position:relative;color:rgba(255,255,255,.86);font-size:11px;letter-spacing:.30em;text-transform:uppercase;transition:color .25s ease}
.nav a::after{content:"";position:absolute;left:0;right:.28em;bottom:-11px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.nav a:hover,.nav a[aria-current="page"]{color:var(--gold)}
.nav a:hover::after,.nav a[aria-current="page"]::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:14px}
.social-link{width:29px;height:29px;display:grid;place-items:center}
.social-link img{width:26px;height:26px;object-fit:contain}
.pill,.gold-btn,.outline-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 20px;border:1px solid var(--gold);font-size:10px;letter-spacing:.24em;text-transform:uppercase;transition:background .28s ease,color .28s ease,transform .28s ease,border-color .28s ease}
.pill,.gold-btn{background:var(--gold);color:#fff}
.outline-btn{background:transparent;color:var(--gold)}
.pill:hover,.gold-btn:hover{background:transparent;color:var(--gold);transform:translateY(-2px)}
.outline-btn:hover{background:var(--gold);color:#fff;transform:translateY(-2px)}
.burger{display:none;justify-self:end;width:44px;height:44px;background:transparent;border:0;padding:0;cursor:pointer}
.burger span{display:block;width:28px;height:1px;background:#fff;margin:7px auto;transition:.25s}
.burger[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(35deg)}
.burger[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-35deg)}

/* Accueil */
.hero{min-height:100svh;padding:calc(var(--header) + 46px) 0 58px;display:grid;place-items:center;text-align:center;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(0,0,0,.04),rgba(0,0,0,.42))}
.hero .container{position:relative;z-index:1}
.hero-logo{width:clamp(250px,29vw,510px);margin:0 auto 20px}
.baseline,.place{letter-spacing:.33em;text-transform:uppercase;color:#fff;line-height:1.55}
.baseline{font-size:clamp(12px,1.05vw,18px);margin:0}.place{font-size:12px;margin:14px 0 0;color:rgba(255,255,255,.76)}
.hero-intro{max-width:930px;margin:42px auto 28px;font-size:clamp(14px,1.13vw,18px);line-height:1.72;color:rgba(255,255,255,.92)}
.hero-title{margin:0 0 32px;font-family:var(--serif);font-weight:400;font-style:italic;font-size:clamp(36px,5.5vw,82px);line-height:.96;letter-spacing:-.035em;white-space:nowrap}.hero-title span{color:var(--gold)}
.logos-strip{height:78px;background:#fff;overflow:hidden;display:flex;align-items:center}.logos-track{display:flex;align-items:center;gap:clamp(42px,6vw,86px);width:max-content;animation:marquee 34s linear infinite}.logos-track img{max-height:46px;max-width:180px;object-fit:contain}@keyframes marquee{to{transform:translateX(-50%)}}
.stats{border-block:1px solid var(--gold-line);text-align:center}.stats-head{display:grid;grid-template-columns:1fr minmax(260px,28%);min-height:320px;border-bottom:1px solid var(--gold-line)}.stats-main{display:grid;place-items:center;padding:34px;border-right:1px solid var(--gold-line)}.stats-title{font-size:clamp(15px,1.45vw,25px);margin:0 0 10px}.revenue{display:flex;align-items:baseline;justify-content:center;gap:8px;color:var(--gold);font-family:var(--serif);font-style:italic;line-height:.8}.big-num{font-size:clamp(86px,10vw,168px)}.unit{font-size:clamp(30px,4.1vw,70px);margin-right:12px}.arrow{font-family:var(--sans);font-size:clamp(58px,7vw,105px);color:#fff;font-style:normal;line-height:1;margin:0 18px}.stats-caption{text-transform:uppercase;font-size:clamp(19px,2.18vw,35px);line-height:1.15;margin:16px 0 0}.stats-side{display:grid;place-content:center;padding:30px}.stats-side strong,.stats-grid strong{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:clamp(66px,7vw,122px);line-height:.8}.stats-side p,.stats-grid p{text-transform:uppercase;line-height:1.16;font-size:clamp(13px,1.15vw,18px);margin:15px 0 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stats-grid article{min-height:160px;display:grid;place-content:center;padding:22px;border-right:1px solid var(--gold-line)}.stats-grid article:last-child{border-right:0}.stats-grid img{width:72px;margin:0 auto 9px}
.quote-section{padding:clamp(72px,8vw,124px) 0;text-align:center}.quote-section h2{font-family:var(--serif);font-weight:400;font-size:clamp(32px,4.6vw,74px);line-height:1.16;color:var(--gold);margin:0}.quote-section em{color:#000;font-style:normal}.sofa-section img{width:100%;height:min(68vw,760px);object-fit:cover}.senior{padding:clamp(80px,8vw,132px) 0;text-align:center}.senior h2{font-family:var(--serif);font-size:clamp(34px,4.9vw,78px);line-height:1.02;margin:0 0 48px;font-weight:400}.senior h2 span{color:var(--gold)}.senior p{max-width:950px;margin:22px auto 0;font-size:clamp(15px,1.25vw,19px);line-height:1.75;color:rgba(255,255,255,.94)}.cta-row{margin-top:34px}
.modes{padding:clamp(70px,7vw,112px) 0}.modes-title{text-align:center;font-family:var(--serif);font-size:clamp(34px,5vw,74px);line-height:.96;font-weight:400;margin:0 auto 64px}.modes-title img{width:clamp(118px,14vw,215px);margin:0 auto 8px}.modes-title em{color:var(--gold);font-style:normal}.mode-grid{max-width:1080px;margin:0 auto clamp(50px,6vw,90px);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(34px,6vw,96px)}.mode-copy{padding:0 clamp(8px,2vw,28px)}.mode-copy h3{text-transform:uppercase;font-size:clamp(22px,2.1vw,34px);font-weight:800;line-height:1.04;margin:0 0 26px}.mode-copy p{font-size:clamp(14px,1.1vw,17px);line-height:1.58;margin:0 0 22px}.mode-copy b{color:var(--gold);font-weight:900;text-transform:uppercase}.mode-grid figure{position:relative;margin:0;overflow:hidden;background:#111}.mode-grid figure img{width:100%;aspect-ratio:1.43/1;object-fit:cover;transition:transform .9s ease}.mode-grid figure:hover img{transform:scale(1.035)}.mode-grid figure span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:var(--serif);font-size:clamp(112px,15vw,220px);line-height:1;color:var(--gold);z-index:2;opacity:.96;text-shadow:0 16px 30px rgba(0,0,0,.25)}
.capabilities{padding:clamp(48px,5vw,76px) 0}.cap-grid{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:clamp(42px,6vw,92px);max-width:1180px;margin-inline:auto}.cap-grid article{text-align:center}.cap-grid img{width:44px;height:44px;object-fit:contain;margin:0 auto 18px}.cap-grid h3{text-transform:uppercase;color:var(--gold);font-size:clamp(20px,2vw,30px);margin:0 0 8px;font-weight:800}.cap-grid p{font-size:clamp(14px,1.2vw,19px);line-height:1.28;margin:0}
.projects-title{padding:70px 0 58px;text-align:center}.projects-title h2{font-family:var(--serif);font-weight:400;font-style:italic;font-size:clamp(38px,5.4vw,82px);line-height:.98;margin:0}.projects-title span{color:var(--gold)}.case-press{padding:clamp(60px,7vw,105px) 0 72px;overflow:hidden}.case-copy{max-width:1030px}.case-copy h2{text-transform:uppercase;color:var(--gold);font-size:clamp(28px,3.2vw,48px);line-height:1.02;margin:0 0 30px;font-weight:800}.case-copy p:not(.kicker){font-size:clamp(16px,1.45vw,22px);line-height:1.38;margin:0}.covers-viewport{width:min(1280px,calc(100vw - 42px));margin:clamp(55px,7vw,90px) auto 34px;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);padding:24px 0 42px}.covers-track{display:flex;align-items:flex-end;gap:clamp(18px,2.2vw,30px);width:max-content;animation:coversRun 38s linear infinite}.covers-track:hover{animation-play-state:paused}.covers-track img{height:clamp(235px,27vw,420px);width:auto;object-fit:cover;box-shadow:0 23px 45px rgba(0,0,0,.18)}.covers-track img:nth-child(3),.covers-track img:nth-child(8){height:clamp(280px,32vw,500px)}@keyframes coversRun{to{transform:translateX(-50%)}}.discover{display:flex;width:max-content;margin:0 auto;padding:13px 28px;background:var(--gold);color:#fff;letter-spacing:.26em;text-transform:uppercase;font-size:11px;border:1px solid var(--gold);transition:.25s}.discover:hover{background:#fff;color:var(--gold)}.case-porsche{padding-top:60px}.case-porsche .porsche-img{width:min(1535px,100%);margin:34px auto 0;max-height:none;object-fit:contain;background:#050505}.case-porsche .discover{transform:translateY(-76px);position:relative;z-index:2}

/* Footer commun */
.site-footer{background:#fff;color:#080808;min-height:clamp(360px,30vw,450px);padding:clamp(58px,5.8vw,88px) clamp(58px,6.2vw,90px) clamp(82px,7vw,112px);display:grid;grid-template-columns:minmax(300px,390px) minmax(380px,1fr);column-gap:clamp(72px,10vw,158px);align-items:start;border-top:1px solid #d7d0c5;position:relative;overflow:hidden}.site-footer::after{content:"";position:absolute;left:0;right:0;bottom:0;height:clamp(36px,3.7vw,52px);background:var(--gold)}.footer-left{display:grid;gap:clamp(36px,4vw,56px);justify-items:start}.footer-pill{min-height:38px;padding:0 clamp(15px,1.8vw,22px);font-size:clamp(10px,.88vw,14px);letter-spacing:.28em;text-transform:none}.footer-contact{display:grid;gap:clamp(11px,1vw,15px);font-style:normal;font-size:clamp(15px,1.25vw,20px);line-height:1.16}.footer-contact a,.footer-contact span{display:flex;align-items:center;gap:9px;color:#080808}.footer-main{text-align:center;justify-self:center;min-width:min(100%,560px)}.footer-main img{width:clamp(235px,22vw,345px);margin:0 auto clamp(16px,1.6vw,24px)}.footer-baseline{margin:0;color:#070707;font-size:clamp(10px,.86vw,14px);line-height:1.38;letter-spacing:.24em;text-transform:uppercase}.footer-social{display:flex;justify-content:center;gap:18px;margin-top:22px}.footer-social img{width:29px;height:29px}.footer-legal{margin:clamp(46px,5vw,70px) 0 0;color:#070707;font-size:clamp(10px,.85vw,13px);line-height:1.45}.footer-contact a:hover,.footer-legal a:hover{color:var(--gold)}

/* About */
.about-hero{min-height:100svh;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;overflow:hidden;background:#050505}.about-hero-img{position:absolute;inset:0}.about-hero-img img{width:100%;height:100%;object-fit:cover;object-position:82% center}.about-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.78) 34%,rgba(0,0,0,.18) 72%,rgba(0,0,0,.45) 100%)}.about-hero-copy{position:relative;z-index:2;width:min(560px,calc(100vw - 42px));margin-left:clamp(32px,7vw,110px);padding-top:var(--header)}.about-hero-copy h1,.case-showcase-copy h1{font-family:var(--serif);font-size:clamp(46px,6vw,92px);font-weight:400;line-height:.98;margin:0 0 28px}.about-hero-copy h1 span,.case-showcase-copy h1 span{color:var(--gold)}.about-hero-copy p{font-size:clamp(15px,1.2vw,19px);line-height:1.75}.sign{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:34px!important}.about-section{padding:clamp(72px,7vw,116px) 0}.two-col{display:grid;grid-template-columns:.85fr 1.25fr;gap:clamp(46px,7vw,110px)}.two-col h2,.section-title{font-family:var(--serif);font-size:clamp(38px,4.7vw,68px);font-weight:400;line-height:1.02;margin:0 0 24px}.two-col h2 span{color:var(--gold)}.text-cols{columns:2 290px;column-gap:44px}.text-cols p{break-inside:avoid;font-size:16px;line-height:1.72}.timeline{padding:clamp(70px,7vw,110px) 0;text-align:center}.timeline-title{letter-spacing:.42em;text-transform:uppercase;font-size:clamp(15px,1.6vw,22px);margin:0 0 48px}.timeline-line{display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:20px}.timeline-items{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid var(--gold);position:relative}.timeline-items article{position:relative;padding-bottom:28px}.timeline-items article::after{content:"";position:absolute;bottom:-5px;left:50%;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 14px var(--gold)}.timeline-items img{width:34px;height:34px;object-fit:contain;margin:0 auto 14px}.timeline-items p{font-size:12px;line-height:1.15;margin:0}.year{font-family:var(--serif);font-size:clamp(26px,3vw,42px);color:var(--gold)}.timeline-bottom{color:var(--gold);font-family:var(--serif);font-size:20px;margin-top:54px}.career-list{display:grid;gap:18px}.career-list article{border-left:1px solid var(--gold-line);padding-left:24px}.career-list b{color:var(--gold)}.career-list h3{margin:8px 0;font-size:22px}.method,.benefits{display:grid;grid-template-columns:.9fr repeat(4,1fr);gap:36px;padding:clamp(70px,7vw,110px) clamp(24px,5vw,72px)}.method article,.benefits article{border-left:1px solid var(--gold-line);padding-left:24px}.method img,.benefits img{width:40px;height:40px;object-fit:contain;margin-bottom:18px}.method h3,.benefits h3{color:var(--gold);text-transform:uppercase;margin:0 0 12px}.boardroom img{width:100%;height:min(58vw,720px);object-fit:cover}.benefits{grid-template-columns:.9fr 1fr 1fr 1fr}.benefit-grid{grid-column:2/5;display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.benefit-grid article{display:flex;gap:16px}.commit{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center}.commit-copy{padding:clamp(70px,7vw,110px) clamp(32px,6vw,86px)}.commit-copy h2{font-family:var(--serif);font-size:clamp(38px,5vw,72px);line-height:1.03;font-weight:400}.commit-img img{width:100%;height:100%;min-height:560px;object-fit:cover}

/* Case Echos - fond noir uni */
.echos-page,.echos-page main,.echos-page .section-dark{background:#050505!important;background-image:none!important}.echos-hero{padding:calc(var(--header) + 48px) 0 clamp(48px,6vw,80px);background:#050505;color:#fff;text-align:center;border-bottom:1px solid rgba(191,150,85,.28)}.echos-hero h1{margin:0 auto 26px;font-family:var(--serif);font-size:clamp(48px,6vw,96px);font-weight:400;line-height:.92}.echos-hero h1 span{display:block;color:var(--gold);font-style:italic}.echos-hero-img{width:100vw;max-width:none;margin:clamp(28px,4vw,46px) 50% 28px;transform:translateX(-50%);height:auto}.echos-sub{margin:0 auto 28px;max-width:850px;font-size:clamp(15px,1.15vw,19px);line-height:1.6}.echos-quote{margin:34px auto 26px;max-width:980px;font-family:var(--serif);font-size:clamp(26px,3.2vw,52px);line-height:1.16}.echos-quote span{color:var(--gold)}.echos-actions{display:flex;gap:22px;justify-content:center;flex-wrap:wrap}
.echos-brief{background:#fff;color:#080808;padding:clamp(60px,6vw,96px) 0}.brief-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,4vw,56px)}.brief-card{border-left:1px solid rgba(191,150,85,.32);padding-left:clamp(22px,2.8vw,36px)}.brief-card:first-child{border-left:0;padding-left:0}.brief-card img{width:44px;height:44px;object-fit:contain;margin-bottom:20px}.brief-card h2{text-transform:uppercase;font-size:clamp(19px,1.6vw,26px);margin:0 0 22px}.brief-card p,.brief-card li{font-size:15px;line-height:1.65}.brief-card ul{padding-left:18px}.brief-card li::marker{color:var(--gold)}
.echos-result{background:#050505!important;background-image:none!important;color:#fff;padding:clamp(70px,7vw,112px) 0}.result-intro h2{margin:0;font-family:var(--serif);font-size:clamp(36px,4.7vw,76px);line-height:1.06;font-weight:400;color:#fff}.result-intro h2 span{color:var(--gold)}.result-grid-clean{width:min(1280px,calc(100vw - 48px));margin:clamp(46px,5vw,72px) auto 0;display:grid;grid-template-columns:1fr 1.65fr 1fr 1fr;grid-auto-rows:minmax(320px,auto);border-top:1px solid var(--gold-line);border-left:1px solid var(--gold-line)}.result-card-clean{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:clamp(28px,3vw,48px);border-right:1px solid var(--gold-line);border-bottom:1px solid var(--gold-line);background:#050505}.result-card-clean .num,.revenue-step .num{font-family:var(--serif);font-size:clamp(82px,7vw,146px);line-height:.78;color:var(--gold);font-weight:400;font-style:italic;letter-spacing:-.04em}.result-card-clean .num small,.revenue-step .num small{font-size:.42em;font-style:normal;margin-left:.04em}.result-card-clean h3,.revenue-step h3{text-transform:uppercase;font-size:clamp(18px,1.3vw,24px);line-height:1.05;margin:20px 0 0;font-weight:900;color:#fff}.result-card-clean p,.revenue-step p{max-width:320px;margin:22px auto 0;font-size:clamp(14px,1vw,17px);line-height:1.55;color:rgba(255,255,255,.84)}.result-revenue-clean{grid-row:span 2}.revenue-step{display:grid;justify-items:center;align-content:center}.flow-arrow{display:block;color:#fff;font-size:58px;line-height:1;margin:18px 0}.teams-card-clean{justify-content:center}.result-picto-clean{width:clamp(68px,5.2vw,94px);height:auto;margin-bottom:24px;object-fit:contain}.result-card-clean:not(.teams-card-clean) .result-picto-clean{display:none}
.before-today{background:#fff;color:#080808;text-align:center;padding:clamp(68px,7vw,110px) 0 clamp(76px,8vw,126px)}.before-today h2{font-family:var(--serif);font-size:clamp(54px,6vw,96px);font-weight:400;margin:0}.before-today h2::after{content:"";display:block;width:96px;height:2px;background:var(--gold);margin:22px auto 28px}.before-today .intro{width:min(1100px,calc(100vw - 48px));margin:0 auto clamp(38px,5vw,66px);font-size:clamp(16px,1.25vw,22px);line-height:1.55;color:#4a4a4a}.before-covers-showcase{width:min(1160px,calc(100vw - 48px));margin:0 auto;display:flex;align-items:flex-end;justify-content:center;gap:clamp(16px,2.1vw,28px);padding-top:20px}.before-covers-showcase .cover{height:clamp(260px,30vw,445px);width:auto;object-fit:cover;filter:drop-shadow(0 24px 34px rgba(0,0,0,.13))}.before-covers-showcase .cover-echos{height:clamp(310px,35vw,525px);z-index:2;filter:drop-shadow(0 28px 38px rgba(0,0,0,.22))}
.structuration{background:#050505;color:#fff;padding:clamp(66px,6.8vw,108px) 0;border-block:1px solid var(--gold-line)}.structuration h2{text-align:center;font-family:var(--serif);font-size:clamp(42px,5vw,78px);line-height:.95;margin:0 0 54px}.structuration h2 span{color:var(--gold)}.struct-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,120px)}.struct-grid article{border-left:1px solid var(--gold-line);padding-left:32px}.struct-grid h3{font-family:var(--serif);font-size:36px;color:var(--gold);margin:0 0 18px}.struct-grid li{margin:0 0 13px;line-height:1.55}.struct-grid li::marker{color:var(--gold)}
.hors-series{background:#050505;color:#fff;padding:clamp(66px,6.8vw,108px) 0;border-bottom:1px solid var(--gold-line)}.hors-series h2{text-align:center;font-family:var(--serif);font-size:clamp(48px,5.6vw,88px);line-height:.95;margin:0;color:#fff}.hors-series .sub{text-align:center;color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-size:clamp(18px,2vw,32px);font-weight:800;margin:10px 0 52px}.hs-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,96px)}.hs-grid h3{font-family:var(--serif);font-size:clamp(28px,3vw,46px);line-height:1.04;color:var(--gold);margin:0 0 20px}.hs-grid p{line-height:1.7}.hs-tags{display:grid;gap:8px;margin-top:22px;color:var(--gold);font-weight:700}
.method4{background:#fff;color:#080808;padding:clamp(62px,6vw,96px) 0}.method4 h2{text-align:left;text-transform:uppercase;color:#080808;font-size:clamp(28px,3.3vw,54px);line-height:1.05;margin:0 0 40px;font-weight:900}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(191,150,85,.38);border-bottom:1px solid rgba(191,150,85,.38)}.method-step{padding:clamp(24px,2.5vw,36px);border-right:1px solid rgba(191,150,85,.38)}.method-step:last-child{border-right:0}.method-step b{color:var(--gold);text-transform:uppercase}.method-step h3{margin:10px 0 14px;text-transform:uppercase;font-size:18px}.method-step p{line-height:1.55}.method-stats{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid rgba(191,150,85,.38)}.method-stats article{text-align:center;padding:clamp(22px,2.4vw,34px);border-right:1px solid rgba(191,150,85,.38)}.method-stats article:last-child{border-right:0}.method-stats strong{display:block;font-family:var(--serif);font-size:clamp(60px,5.4vw,96px);line-height:.9;color:var(--gold);font-weight:400}.method-stats p{margin:12px 0 0;text-transform:uppercase;font-size:clamp(13px,1vw,16px);line-height:1.28}.method-quote{margin:clamp(36px,4.5vw,64px) auto 0;width:min(980px,100%);font-family:var(--serif);font-size:clamp(24px,2.5vw,42px);line-height:1.28;text-align:center;color:#050505}
.today{background:#050505;color:#fff;text-align:center;padding:clamp(66px,7vw,110px) 0}.today h2{font-family:var(--serif);font-size:clamp(48px,5.8vw,90px);line-height:.95;margin:0 0 12px}.today p{margin:0 auto 36px;color:var(--gold);font-size:clamp(16px,1.2vw,20px)}.today img{width:min(1160px,calc(100vw - 48px));margin:0 auto}
.impact-testimonial{background:#fff;color:#080808;padding:clamp(64px,6vw,96px) 0}.impact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(42px,7vw,100px)}.impact-grid h2{font-family:var(--serif);font-size:clamp(38px,4.3vw,72px);line-height:1;margin:0 0 26px}.impact-grid h2 span{color:var(--gold)}.impact-grid li{margin-bottom:12px}.impact-grid li::marker{color:var(--gold)}.testimonial{margin:0;font-family:var(--serif);font-size:clamp(23px,2.25vw,39px);line-height:1.24;color:#080808}.testimonial span{color:var(--gold)}.testimonial-author{margin-top:24px;color:#666;font-size:14px}

/* Case Grange */
.case-page-new{background:#050505;color:#fff}.case-showcase-hero{position:relative;min-height:clamp(680px,82svh,940px);display:grid;align-items:center;overflow:hidden;background:#050505;border-bottom:1px solid rgba(191,150,85,.28)}.case-showcase-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.92) 38%,rgba(5,5,5,.25) 70%,rgba(5,5,5,.05) 100%);z-index:1}.case-visual{position:absolute;inset:0}.case-visual img{width:100%;height:100%;object-fit:cover;object-position:center right}.case-showcase-copy{position:relative;z-index:2;width:min(620px,calc(100vw - 44px));margin-left:clamp(28px,6vw,74px);padding:calc(var(--header) + 26px) 0 58px}.case-return{display:inline-flex;margin-bottom:clamp(28px,4vw,58px);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.82)}.case-return:hover{color:var(--gold)}.case-showcase-copy p{font-size:clamp(15px,1.15vw,19px);line-height:1.65;color:rgba(255,255,255,.92)}.grange-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:clamp(36px,5vw,68px)}.grange-icons article{border-right:1px solid rgba(191,150,85,.32);padding:0 clamp(16px,2vw,28px);text-align:center}.grange-icons article:last-child{border-right:0}.grange-icons strong{display:block;color:#fff;text-transform:uppercase;margin:14px 0 8px}.grange-icons small{color:rgba(255,255,255,.78);line-height:1.4}.grange-intention{padding:clamp(70px,7vw,112px) 0;background:#050505;color:#fff;border-block:1px solid rgba(191,150,85,.24)}.grange-intention-grid{display:grid;grid-template-columns:.85fr 1.6fr;gap:clamp(44px,6vw,92px);align-items:stretch}.grange-intention-grid>div:first-child{padding-right:clamp(24px,3vw,52px);border-right:1px solid rgba(191,150,85,.24)}.grange-intention h2{font-family:var(--serif);font-size:clamp(35px,4vw,60px);font-weight:400;line-height:1.08;margin:0 0 28px}.grange-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,2.4vw,34px)}.grange-card{background:rgba(255,255,255,.045);border:1px solid rgba(191,150,85,.24);padding:clamp(18px,2vw,26px);display:flex;flex-direction:column}.grange-card h3{text-transform:uppercase;color:var(--gold);font-size:16px;letter-spacing:.05em}.grange-card img{width:100%;aspect-ratio:1/1.15;object-fit:cover;margin-top:auto}.grange-key{padding:clamp(60px,6vw,96px) 0;background:#060606;color:#fff}.grange-section-title{font-size:clamp(20px,1.8vw,30px);text-transform:uppercase;margin:0 0 34px}.grange-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(12px,1.3vw,20px)}.grange-gallery figure{margin:0;background:#0b0b0b;border:1px solid rgba(191,150,85,.20);transition:transform .35s ease,border-color .35s ease}.grange-gallery figure:hover{transform:translateY(-4px);border-color:rgba(191,150,85,.55)}.grange-gallery img{width:100%;aspect-ratio:1/1.05;object-fit:cover}.grange-gallery figcaption{padding:16px}.grange-gallery h3{color:var(--gold);text-transform:uppercase;font-size:14px;margin:0 0 8px}.grange-gallery p{font-size:12px;line-height:1.5;color:rgba(255,255,255,.76);margin:0}.grange-page-shot{padding:0;background:#050505}.grange-page-shot img{width:min(1024px,100%);margin:0 auto;height:auto}.case-footer-quote{display:grid;grid-template-columns:300px 1fr 300px;align-items:center;gap:clamp(28px,5vw,76px);background:#050505;color:#fff;border-top:1px solid rgba(191,150,85,.25)}.case-footer-quote img{width:100%;height:320px;object-fit:cover;filter:grayscale(1)}.case-footer-quote blockquote{font-family:var(--serif);font-size:clamp(25px,3vw,48px);line-height:1.24;color:#fff;margin:0}.case-footer-quote blockquote span{color:var(--gold)}

/* Animations */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}
.count{font-variant-numeric:tabular-nums}

@media(max-width:1050px){:root{--header:70px}.site-header{grid-template-columns:auto auto auto}.nav{position:fixed;top:var(--header);left:0;right:0;background:#000;display:grid;justify-items:center;gap:0;padding:18px 28px 26px;border-top:1px solid rgba(255,255,255,.08);transform:translateY(-130%);transition:.35s;z-index:-1}.nav.is-open{transform:translateY(0)}.nav a{padding:15px}.burger{display:block}.header-actions .pill{display:none}.stats-head{grid-template-columns:1fr}.stats-main{border-right:0}.stats-side{border-top:1px solid var(--gold-line)}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid article:nth-child(2){border-right:0}.stats-grid article{border-bottom:1px solid var(--gold-line)}.mode-grid{grid-template-columns:1fr}.mode-b figure{order:2}.mode-b .mode-copy{order:1}.cap-grid{grid-template-columns:repeat(2,1fr)}.site-footer{grid-template-columns:1fr;text-align:center;row-gap:34px;padding-inline:28px}.footer-left{justify-items:center}.footer-contact a,.footer-contact span{justify-content:center}.footer-main{order:-1}.about-hero{grid-template-columns:1fr}.about-hero-copy{margin-inline:auto}.two-col,.commit,.impact-grid,.struct-grid,.hs-grid,.grange-intention-grid,.case-footer-quote{grid-template-columns:1fr}.method,.benefits{grid-template-columns:1fr 1fr}.benefit-grid{grid-column:auto;grid-template-columns:1fr}.timeline-line{grid-template-columns:1fr}.timeline-items{grid-template-columns:repeat(4,1fr);gap:28px;border-bottom:0}.brief-grid{grid-template-columns:1fr}.brief-card,.brief-card:first-child{border-left:0;border-top:1px solid rgba(191,150,85,.25);padding:28px 0 0}.result-grid-clean{grid-template-columns:1fr 1fr}.result-revenue-clean{grid-row:auto}.before-covers-showcase{overflow-x:auto;justify-content:flex-start;padding:24px 20px 40px;scroll-snap-type:x mandatory}.before-covers-showcase .cover{min-width:auto;scroll-snap-align:center}.method-grid,.method-stats{grid-template-columns:1fr 1fr}.grange-cards,.grange-gallery{grid-template-columns:1fr 1fr}.grange-intention-grid>div:first-child{border-right:0;border-bottom:1px solid rgba(191,150,85,.24);padding:0 0 34px}.case-footer-quote img{display:none}.grange-icons{grid-template-columns:repeat(2,1fr);gap:24px}.grange-icons article:nth-child(2){border-right:0}}
@media(max-width:640px){:root{--wrap:min(100vw - 32px,520px);--header:66px}.site-header{padding-inline:16px}.brand img{width:112px}.header-actions .social-link{width:21px;height:21px}.header-actions .social-link:nth-child(2){display:none}.hero{padding-top:100px}.hero-title{white-space:normal;font-size:40px}.baseline{font-size:10px;letter-spacing:.22em}.logos-strip{height:50px}.logos-track{gap:34px}.logos-track img{max-height:30px;max-width:105px}.revenue{flex-wrap:wrap}.arrow{width:100%;line-height:.4}.stats-grid{grid-template-columns:1fr}.stats-grid article{border-right:0}.quote-section h2{font-size:32px}.modes-title img{width:145px}.cap-grid{grid-template-columns:1fr}.about-hero-copy h1,.case-showcase-copy h1{font-size:42px}.text-cols{columns:1}.method,.benefits{grid-template-columns:1fr}.timeline-items{grid-template-columns:1fr 1fr}.echos-hero h1{font-size:42px}.echos-actions{display:grid}.result-grid-clean{grid-template-columns:1fr}.result-card-clean{min-height:280px}.result-card-clean .num,.revenue-step .num{font-size:82px}.before-covers-showcase .cover{height:300px}.before-covers-showcase .cover-echos{height:355px}.method-grid,.method-stats,.grange-cards,.grange-gallery{grid-template-columns:1fr}.grange-icons{grid-template-columns:1fr}.grange-icons article{border-right:0;border-bottom:1px solid rgba(191,150,85,.32);padding-bottom:18px}.case-showcase-copy{margin-inline:auto}.case-showcase-hero::before{background:linear-gradient(180deg,rgba(5,5,5,.86),rgba(5,5,5,.62),rgba(5,5,5,.88))}.case-showcase-hero{min-height:92svh}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

/* === Case Echos — header spécifique étude de cas === */
.echos-page .case-study-header{
  height:84px;
  grid-template-columns:auto 1fr auto;
  padding:0 clamp(24px,3vw,48px);
  background:#050505;
  background-image:none!important;
  border-bottom:0;
  backdrop-filter:none;
}
.echos-page .case-study-header .case-brand img{
  width:clamp(172px,14vw,250px);
  max-height:54px;
  object-fit:contain;
}
.echos-page .case-nav{
  gap:clamp(34px,4.4vw,74px);
  justify-self:center;
}
.echos-page .case-nav a{
  color:#fff;
  font-size:clamp(13px,1.04vw,17px);
  letter-spacing:.34em;
  font-weight:400;
}
.echos-page .case-nav a::after{display:none}
.echos-page .case-nav a:hover{color:var(--gold)}
.echos-page .case-header-actions{gap:18px}
.echos-page .case-header-actions .social-link{width:34px;height:34px}
.echos-page .case-header-actions .social-link img{width:31px;height:31px;filter:brightness(0) invert(1)}
.echos-page .case-contact-pill{
  min-height:64px;
  padding:0 clamp(22px,2.4vw,36px);
  background:var(--gold);
  color:#fff;
  border-color:var(--gold);
  font-size:clamp(16px,1.25vw,22px);
  letter-spacing:.30em;
  text-transform:none;
}
.echos-page .case-contact-pill:hover{background:transparent;color:var(--gold)}
.echos-page{background:#050505!important;background-image:none!important}
.echos-page *,.echos-page section{background-image:none!important}
.echos-page .section-dark{background:#050505!important}

@media(max-width:1050px){
  .echos-page .case-study-header{height:var(--header);padding-inline:18px}
  .echos-page .case-study-header .case-brand img{width:150px}
  .echos-page .case-nav{top:var(--header);gap:0;background:#050505}
  .echos-page .case-nav a{font-size:12px;letter-spacing:.24em}
  .echos-page .case-header-actions .case-contact-pill{display:none}
}
@media(max-width:640px){
  .echos-page .case-study-header .case-brand img{width:126px}
  .echos-page .case-header-actions .social-link{width:24px;height:24px}
  .echos-page .case-header-actions .social-link img{width:22px;height:22px}
}

/* =========================================================
   CASE ECHOS — corrections finales maquette PDF
   Résultats + Avant + menu spécifique étude de cas
   ========================================================= */
body.echos-page,
.echos-page main,
.echos-page section{
  background-image:none!important;
}
body.echos-page{background:#050505!important;color:#fff;}
.echos-page .section-dark,
.echos-page .echos-hero,
.echos-page .echos-result,
.echos-page .structuration,
.echos-page .hors-series,
.echos-page .method4,
.echos-page .today,
.echos-page .impact-testimonial{
  background:#050505!important;
  background-image:none!important;
}

/* Menu de la page case-echos.html — conforme capture */
.echos-page .case-study-header{
  height:78px;
  grid-template-columns:auto 1fr auto;
  padding:0 28px;
  background:#000!important;
  border-bottom:0;
  backdrop-filter:none;
}
.echos-page .case-brand img{width:220px;max-height:46px;object-fit:contain;}
.echos-page .case-nav{display:flex;justify-content:center;gap:clamp(34px,4.4vw,76px);}
.echos-page .case-nav a{
  font-size:clamp(14px,1.08vw,19px);
  letter-spacing:.34em;
  color:#fff;
  font-weight:400;
  text-transform:uppercase;
}
.echos-page .case-nav a::after{display:none!important;}
.echos-page .case-nav a:hover{color:var(--gold);}
.echos-page .case-header-actions{gap:16px;}
.echos-page .case-header-actions .social-link{width:34px;height:34px;}
.echos-page .case-header-actions .social-link img{width:30px;height:30px;filter:brightness(0) invert(1);}
.echos-page .case-contact-pill{
  min-height:62px;
  padding:0 30px;
  background:var(--gold);
  border-color:var(--gold);
  color:#fff;
  font-size:clamp(16px,1.25vw,22px);
  letter-spacing:.32em;
  text-transform:none;
}

/* Résultat — design demandé */
.echos-page .echos-result-clean{
  padding:clamp(74px,7vw,118px) 0 0;
  border-top:0;
  overflow:hidden;
}
.echos-page .result-intro{
  width:min(1120px,calc(100vw - 96px));
  margin-inline:auto;
}
.echos-page .result-intro .kicker{
  margin:0 0 14px;
  color:var(--gold);
  font-size:clamp(13px,1vw,17px);
  letter-spacing:.36em;
}
.echos-page .result-intro h2{
  font-family:var(--serif);
  color:#fff;
  font-size:clamp(34px,4.05vw,68px);
  line-height:1.08;
  font-weight:400;
  margin:0;
  max-width:1080px;
}
.echos-page .result-intro h2 span{color:var(--gold);}
.echos-page .result-grid-clean{
  width:min(1280px,100vw);
  margin:clamp(50px,5vw,74px) auto 0;
  display:grid;
  grid-template-columns:1fr 1.38fr 1fr;
  grid-template-areas:
    "titles revenue redactions"
    "teams covers experience";
  grid-auto-rows:minmax(430px,auto);
  border-top:0;
  border-left:0;
}
.echos-page .result-card-clean{
  background:#050505!important;
  border:0;
  border-right:1px solid var(--gold);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  text-align:left;
  min-height:430px;
  padding:clamp(38px,4vw,72px) clamp(42px,5.2vw,80px);
}
.echos-page .result-card-clean:nth-child(3),
.echos-page .result-card-clean:nth-child(6){border-right:0;}
.echos-page .result-card-clean:nth-child(n+4){border-top:1px solid var(--gold);}
.echos-page .result-titles{grid-area:titles;}
.echos-page .result-revenue-clean{grid-area:revenue;grid-row:auto;align-items:center;text-align:center;min-height:860px;padding-top:clamp(24px,3vw,54px);padding-bottom:clamp(24px,3vw,54px);}
.echos-page .result-redactions{grid-area:redactions;}
.echos-page .teams-card-clean{grid-area:teams;}
.echos-page .result-grid-clean > article:nth-child(5){grid-area:covers;}
.echos-page .result-grid-clean > article:nth-child(6){grid-area:experience;}
.echos-page .result-card-clean .num,
.echos-page .revenue-step .num{
  font-family:var(--serif);
  font-style:normal;
  font-weight:400;
  letter-spacing:-.055em;
  line-height:.82;
}
.echos-page .result-card-clean > .num{
  color:#fff;
  font-size:clamp(88px,8.2vw,152px);
  margin:0 0 32px;
}
.echos-page .result-card-clean > .num small{
  color:var(--gold);
  font-size:.42em;
  margin-left:.05em;
}
.echos-page .revenue-step .num{
  color:var(--gold);
  font-size:clamp(96px,10.5vw,178px);
  margin:0;
}
.echos-page .revenue-step .num small{
  color:var(--gold);
  font-size:.44em;
  margin-left:.05em;
}
.echos-page .result-card-clean h3,
.echos-page .revenue-step h3{
  color:#fff;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.01em;
  font-size:clamp(22px,1.9vw,34px);
  line-height:1.04;
  margin:0 0 28px;
}
.echos-page .result-titles h3,
.echos-page .result-redactions h3,
.echos-page .teams-card-clean h3{
  color:var(--gold);
}
.echos-page .result-card-clean p,
.echos-page .revenue-step p{
  color:#fff;
  font-size:clamp(15px,1.12vw,19px);
  line-height:1.55;
  margin:0;
  max-width:330px;
}
.echos-page .revenue-step{
  display:grid;
  justify-items:center;
  text-align:center;
}
.echos-page .revenue-step h3{margin-top:20px;margin-bottom:20px;max-width:420px;}
.echos-page .flow-arrow{
  color:#fff;
  font-family:var(--serif);
  font-size:clamp(70px,7vw,118px);
  line-height:.8;
  margin:24px 0 32px;
}
.echos-page .result-picto-clean{
  width:clamp(54px,4.2vw,78px)!important;
  height:auto;
  margin:0 0 30px;
  object-fit:contain;
}
.echos-page .teams-card-clean{justify-content:flex-start;}
.echos-page .result-grid-clean > article:nth-child(6) p{
  display:grid;
  gap:10px;
}
.echos-page .result-grid-clean > article:nth-child(6) p::first-line{color:#fff;}

/* Avant — exactement 5 couvertures, ECHOS au centre plus grande */
.echos-page .before-today{
  background:#fff!important;
  color:#080808;
  padding:clamp(76px,7vw,118px) 0 clamp(78px,7vw,120px);
  text-align:center;
  overflow:hidden;
}
.echos-page .before-today h2{
  font-family:var(--serif);
  font-size:clamp(66px,7vw,116px);
  line-height:.9;
  font-weight:400;
  margin:0;
  color:#080808;
}
.echos-page .before-today h2::after{
  content:"";
  display:block;
  width:100px;
  height:2px;
  background:var(--gold);
  margin:28px auto 30px;
}
.echos-page .before-today .intro{
  width:min(1320px,calc(100vw - 70px));
  margin:0 auto clamp(44px,4.4vw,70px);
  font-size:clamp(20px,1.75vw,34px);
  line-height:1.28;
  color:var(--gold);
  font-weight:300;
}
.echos-page .before-covers-showcase{
  width:min(1500px,calc(100vw - 60px));
  height:clamp(360px,34vw,555px);
  margin:0 auto;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:0;
  overflow:visible;
  padding:0;
}
.echos-page .before-covers-showcase .cover{
  display:block;
  width:auto;
  object-fit:cover;
  object-position:center;
  filter:drop-shadow(0 18px 28px rgba(0,0,0,.16));
  flex:0 0 auto;
}
.echos-page .before-covers-showcase .cover-7jours{
  height:clamp(245px,24vw,395px);
  margin-right:clamp(18px,1.7vw,34px);
}
.echos-page .before-covers-showcase .cover-landaises{
  height:clamp(290px,28vw,460px);
  margin-right:clamp(18px,1.4vw,30px);
}
.echos-page .before-covers-showcase .cover-echos{
  height:clamp(350px,34vw,555px);
  z-index:3;
  margin-right:clamp(18px,1.4vw,30px);
  filter:drop-shadow(10px 10px 7px rgba(0,0,0,.28));
}
.echos-page .before-covers-showcase .cover-vie{
  height:clamp(300px,29vw,480px);
  margin-right:clamp(16px,1.3vw,28px);
}
.echos-page .before-covers-showcase .cover-informateur{
  height:clamp(250px,24vw,405px);
}

@media(max-width:1050px){
  .echos-page .case-study-header{height:70px;padding-inline:18px;}
  .echos-page .case-brand img{width:150px;}
  .echos-page .case-nav{top:70px;background:#050505;gap:0;}
  .echos-page .case-nav a{font-size:12px;letter-spacing:.22em;}
  .echos-page .case-contact-pill{display:none;}
  .echos-page .result-grid-clean{grid-template-columns:1fr;grid-template-areas:"titles" "revenue" "redactions" "teams" "covers" "experience";width:min(760px,calc(100vw - 36px));}
  .echos-page .result-card-clean,.echos-page .result-card-clean:nth-child(n+4){border-right:0;border-top:1px solid var(--gold);min-height:auto;}
  .echos-page .result-card-clean:first-child{border-top:0;}
  .echos-page .result-revenue-clean{min-height:auto;}
  .echos-page .before-covers-showcase{justify-content:flex-start;overflow-x:auto;height:auto;padding:0 22px 28px;scroll-snap-type:x mandatory;width:100%;}
  .echos-page .before-covers-showcase .cover{scroll-snap-align:center;}
}
@media(max-width:640px){
  .echos-page .case-brand img{width:128px;}
  .echos-page .result-intro{width:min(100vw - 32px,520px);}
  .echos-page .result-card-clean{padding:36px 28px;}
  .echos-page .result-card-clean > .num,.echos-page .revenue-step .num{font-size:86px;}
  .echos-page .result-card-clean h3,.echos-page .revenue-step h3{font-size:21px;}
  .echos-page .before-today .intro{width:min(100vw - 32px,520px);font-size:18px;}
  .echos-page .before-covers-showcase .cover-7jours{height:270px;}
  .echos-page .before-covers-showcase .cover-landaises{height:315px;}
  .echos-page .before-covers-showcase .cover-echos{height:380px;}
  .echos-page .before-covers-showcase .cover-vie{height:325px;}
  .echos-page .before-covers-showcase .cover-informateur{height:278px;}
}


/* =========================================================
   PATCH FINAL CASE ECHOS — rendu propre présentation
   Menu élégant, section Résultat lisible, Avant exact, fonds blancs
   ========================================================= */
body.echos-page{background:#050505!important;color:#fff;}
body.echos-page main{background:#050505!important;background-image:none!important;}
.echos-page section{background-image:none!important;}

/* Menu case-echos : retour à l'élégance de l'accueil */
.echos-page .case-study-header{
  height:var(--header)!important;
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:20px!important;
  padding:0 clamp(18px,3.2vw,48px)!important;
  background:rgba(3,3,3,.88)!important;
  backdrop-filter:blur(18px)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.echos-page .case-brand img{width:clamp(116px,9vw,178px)!important;max-height:none!important;object-fit:contain!important;}
.echos-page .case-nav{
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  gap:clamp(22px,3.6vw,56px)!important;
}
.echos-page .case-nav a{
  position:relative!important;
  color:rgba(255,255,255,.86)!important;
  font-size:11px!important;
  letter-spacing:.30em!important;
  text-transform:uppercase!important;
  font-weight:400!important;
  padding:0!important;
  transition:color .25s ease!important;
}
.echos-page .case-nav a::after{
  display:block!important;
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:.28em!important;
  bottom:-11px!important;
  height:1px!important;
  background:var(--gold)!important;
  transform:scaleX(0)!important;
  transform-origin:left!important;
  transition:transform .25s ease!important;
}
.echos-page .case-nav a:hover,
.echos-page .case-nav a[aria-current="page"]{color:var(--gold)!important;}
.echos-page .case-nav a:hover::after,
.echos-page .case-nav a[aria-current="page"]::after{transform:scaleX(1)!important;}
.echos-page .case-header-actions{display:flex!important;align-items:center!important;gap:14px!important;}
.echos-page .case-header-actions .social-link{width:24px!important;height:24px!important;}
.echos-page .case-header-actions .social-link img{width:22px!important;height:22px!important;filter:none!important;object-fit:contain!important;}
.echos-page .case-contact-pill{
  min-height:38px!important;
  padding:0 20px!important;
  border:1px solid var(--gold)!important;
  background:var(--gold)!important;
  color:#fff!important;
  font-size:10px!important;
  letter-spacing:.24em!important;
  text-transform:uppercase!important;
}
.echos-page .case-contact-pill:hover{background:transparent!important;color:var(--gold)!important;}

/* Résultat : design propre comme la maquette */
.echos-page .echos-result-clean{
  background:#050505!important;
  color:#fff!important;
  padding:clamp(76px,7vw,118px) 0 0!important;
  overflow:hidden!important;
}
.echos-page .result-intro{width:min(1120px,calc(100vw - 96px))!important;margin:0 auto!important;}
.echos-page .result-intro .kicker{margin:0 0 14px!important;color:var(--gold)!important;font-size:clamp(13px,1vw,17px)!important;letter-spacing:.36em!important;}
.echos-page .result-intro h2{font-family:var(--serif)!important;color:#fff!important;font-size:clamp(36px,4.2vw,68px)!important;line-height:1.08!important;font-weight:400!important;margin:0!important;max-width:1080px!important;}
.echos-page .result-intro h2 span{color:var(--gold)!important;}
.echos-page .result-grid-clean{
  width:min(1280px,100vw)!important;
  margin:clamp(50px,5vw,74px) auto 0!important;
  display:grid!important;
  grid-template-columns:1fr 1.38fr 1fr!important;
  grid-template-areas:"titles revenue redactions" "teams covers experience"!important;
  grid-auto-rows:minmax(430px,auto)!important;
  border:0!important;
}
.echos-page .result-card-clean{
  background:#050505!important;
  border:0!important;
  border-right:1px solid var(--gold)!important;
  color:#fff!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  text-align:left!important;
  min-height:430px!important;
  padding:clamp(38px,4vw,72px) clamp(42px,5.2vw,80px)!important;
}
.echos-page .result-card-clean:nth-child(3),
.echos-page .result-card-clean:nth-child(6){border-right:0!important;}
.echos-page .result-card-clean:nth-child(n+4){border-top:1px solid var(--gold)!important;}
.echos-page .result-titles{grid-area:titles!important;}
.echos-page .result-revenue-clean{grid-area:revenue!important;grid-row:auto!important;align-items:center!important;text-align:center!important;min-height:860px!important;padding-top:clamp(24px,3vw,54px)!important;padding-bottom:clamp(24px,3vw,54px)!important;}
.echos-page .result-redactions{grid-area:redactions!important;}
.echos-page .teams-card-clean{grid-area:teams!important;justify-content:flex-start!important;}
.echos-page .result-grid-clean>article:nth-child(5){grid-area:covers!important;}
.echos-page .result-grid-clean>article:nth-child(6){grid-area:experience!important;}
.echos-page .result-card-clean .num,
.echos-page .revenue-step .num{font-family:var(--serif)!important;font-style:normal!important;font-weight:400!important;letter-spacing:-.055em!important;line-height:.82!important;}
.echos-page .result-card-clean>.num{color:#fff!important;font-size:clamp(88px,8.2vw,152px)!important;margin:0 0 32px!important;}
.echos-page .result-card-clean>.num small{color:var(--gold)!important;font-size:.42em!important;margin-left:.05em!important;}
.echos-page .revenue-step .num{color:var(--gold)!important;font-size:clamp(96px,10.5vw,178px)!important;margin:0!important;}
.echos-page .revenue-step .num small{color:var(--gold)!important;font-size:.44em!important;margin-left:.05em!important;}
.echos-page .result-card-clean h3,
.echos-page .revenue-step h3{color:#fff!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:.01em!important;font-size:clamp(22px,1.9vw,34px)!important;line-height:1.04!important;margin:0 0 28px!important;}
.echos-page .result-titles h3,
.echos-page .result-redactions h3,
.echos-page .teams-card-clean h3{color:var(--gold)!important;}
.echos-page .result-card-clean p,
.echos-page .revenue-step p{color:#fff!important;font-size:clamp(15px,1.12vw,19px)!important;line-height:1.55!important;margin:0!important;max-width:330px!important;}
.echos-page .revenue-step{display:grid!important;justify-items:center!important;text-align:center!important;}
.echos-page .revenue-step h3{margin-top:20px!important;margin-bottom:20px!important;max-width:420px!important;}
.echos-page .flow-arrow{color:#fff!important;font-family:var(--serif)!important;font-size:clamp(70px,7vw,118px)!important;line-height:.8!important;margin:24px 0 32px!important;}
.echos-page .result-picto-clean{width:clamp(46px,3.6vw,64px)!important;height:auto!important;margin:0 0 30px!important;object-fit:contain!important;}

/* Avant : rendu EXACT fourni, sans recomposition hasardeuse */
.echos-page .before-exact{
  background:#fff!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  text-align:center!important;
}
.echos-page .before-exact-img{
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  display:block!important;
  margin:0 auto!important;
}

/* Sections demandées en fond blanc */
.echos-page .method4,
.echos-page .impact-testimonial{
  background:#fff!important;
  color:#080808!important;
  background-image:none!important;
}
.echos-page .method4 h2,
.echos-page .impact-grid h2,
.echos-page .testimonial{color:#080808!important;}
.echos-page .method4 p,
.echos-page .impact-testimonial p,
.echos-page .impact-testimonial li{color:#080808!important;}
.echos-page .testimonial{font-size:clamp(21px,2.05vw,35px)!important;}

@media(max-width:1050px){
  .echos-page .case-study-header{grid-template-columns:auto auto auto!important;}
  .echos-page .case-nav{position:fixed!important;top:var(--header)!important;left:0!important;right:0!important;background:#000!important;display:grid!important;justify-items:center!important;gap:0!important;padding:18px 28px 26px!important;border-top:1px solid rgba(255,255,255,.08)!important;transform:translateY(-130%)!important;transition:.35s!important;z-index:-1!important;}
  .echos-page .case-nav.is-open{transform:translateY(0)!important;}
  .echos-page .case-nav a{padding:15px!important;font-size:11px!important;letter-spacing:.30em!important;}
  .echos-page .case-contact-pill{display:none!important;}
  .echos-page .result-grid-clean{grid-template-columns:1fr!important;grid-template-areas:"titles" "revenue" "redactions" "teams" "covers" "experience"!important;width:min(760px,calc(100vw - 36px))!important;}
  .echos-page .result-card-clean,.echos-page .result-card-clean:nth-child(n+4){border-right:0!important;border-top:1px solid var(--gold)!important;min-height:auto!important;}
  .echos-page .result-card-clean:first-child{border-top:0!important;}
  .echos-page .result-revenue-clean{min-height:auto!important;}
}
@media(max-width:640px){
  .echos-page .result-intro{width:min(100vw - 32px,520px)!important;}
  .echos-page .result-card-clean{padding:36px 28px!important;}
  .echos-page .result-card-clean>.num,.echos-page .revenue-step .num{font-size:86px!important;}
  .echos-page .result-card-clean h3,.echos-page .revenue-step h3{font-size:21px!important;}
}


/* === FINAL PRO — section AVANT case-echos : composition exacte demandée === */
.echos-page .before-covers-exact{
  background:#fff!important;
  color:#060606!important;
  padding:clamp(74px,7vw,112px) 0 clamp(78px,7vw,120px)!important;
  text-align:center!important;
  overflow:hidden!important;
}
.echos-page .before-exact-wrap{
  width:min(1540px,calc(100vw - 48px))!important;
  margin-inline:auto!important;
}
.echos-page .before-covers-exact h2{
  font-family:var(--serif)!important;
  font-weight:400!important;
  color:#050505!important;
  font-size:clamp(76px,7.8vw,132px)!important;
  line-height:.9!important;
  margin:0!important;
  letter-spacing:-.035em!important;
}
.echos-page .before-covers-exact h2::after{
  content:""!important;
  display:block!important;
  width:96px!important;
  height:2px!important;
  background:var(--gold)!important;
  margin:28px auto 32px!important;
}
.echos-page .before-covers-exact .intro{
  width:min(1450px,calc(100vw - 64px))!important;
  margin:0 auto clamp(36px,4vw,64px)!important;
  color:var(--gold)!important;
  font-size:clamp(22px,2.05vw,38px)!important;
  line-height:1.25!important;
  font-weight:300!important;
}
.echos-page .before-covers-row{
  width:min(1470px,calc(100vw - 42px))!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:clamp(18px,2vw,34px)!important;
  padding-top:clamp(18px,2vw,32px)!important;
  min-height:clamp(390px,39vw,650px)!important;
}
.echos-page .before-cover{
  display:block!important;
  width:auto!important;
  object-fit:cover!important;
  background:#fff!important;
  box-shadow:0 30px 58px rgba(0,0,0,.14)!important;
  transform-origin:bottom center!important;
}
.echos-page .before-cover-7jours{
  height:clamp(285px,29vw,485px)!important;
}
.echos-page .before-cover-landaises{
  height:clamp(315px,33vw,545px)!important;
}
.echos-page .before-cover-echos{
  height:clamp(370px,38vw,630px)!important;
  z-index:3!important;
  box-shadow:8px 22px 34px rgba(0,0,0,.24)!important;
}
.echos-page .before-cover-vie{
  height:clamp(315px,33vw,545px)!important;
}
.echos-page .before-cover-informateur{
  height:clamp(285px,29vw,485px)!important;
}
.echos-page .before-exact-img{display:none!important;}
@media(max-width:1050px){
  .echos-page .before-covers-row{
    width:100%!important;
    overflow-x:auto!important;
    justify-content:flex-start!important;
    padding:24px 22px 42px!important;
    scroll-snap-type:x mandatory!important;
  }
  .echos-page .before-cover{scroll-snap-align:center!important;flex:0 0 auto!important;}
  .echos-page .before-cover-7jours{height:330px!important;}
  .echos-page .before-cover-landaises{height:370px!important;}
  .echos-page .before-cover-echos{height:430px!important;}
  .echos-page .before-cover-vie{height:370px!important;}
  .echos-page .before-cover-informateur{height:330px!important;}
}
@media(max-width:640px){
  .echos-page .before-covers-exact{padding:60px 0 72px!important;}
  .echos-page .before-covers-exact h2{font-size:68px!important;}
  .echos-page .before-covers-exact .intro{font-size:19px!important;width:min(100vw - 32px,520px)!important;}
  .echos-page .before-cover-7jours{height:270px!important;}
  .echos-page .before-cover-landaises{height:315px!important;}
  .echos-page .before-cover-echos{height:380px!important;}
  .echos-page .before-cover-vie{height:315px!important;}
  .echos-page .before-cover-informateur{height:270px!important;}
}

/* === FIX FINAL AVANT — bloc central fidèle au PDF, pas pleine largeur === */
.echos-page .before-covers-exact .before-exact-wrap{
  width:min(1360px, calc(100vw - 96px))!important;
  margin-inline:auto!important;
}
.echos-page .before-covers-exact .intro{
  width:min(1320px, calc(100vw - 96px))!important;
  margin-bottom:clamp(30px,3.4vw,52px)!important;
}
.echos-page .before-covers-row{
  width:min(1260px, calc(100vw - 140px))!important;
  max-width:1260px!important;
  margin-inline:auto!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:clamp(16px,1.55vw,26px)!important;
  min-height:0!important;
  padding-top:clamp(14px,1.6vw,26px)!important;
}
.echos-page .before-cover{
  flex:0 0 auto!important;
  object-fit:cover!important;
  box-shadow:0 26px 48px rgba(0,0,0,.13)!important;
}
.echos-page .before-cover-7jours{height:clamp(238px,22vw,350px)!important;}
.echos-page .before-cover-landaises{height:clamp(270px,24.5vw,392px)!important;}
.echos-page .before-cover-echos{
  height:clamp(340px,30vw,490px)!important;
  z-index:3!important;
  box-shadow:8px 20px 32px rgba(0,0,0,.24)!important;
}
.echos-page .before-cover-vie{height:clamp(270px,24.5vw,392px)!important;}
.echos-page .before-cover-informateur{height:clamp(238px,22vw,350px)!important;}
@media(max-width:1050px){
  .echos-page .before-covers-exact .before-exact-wrap{width:100%!important;}
  .echos-page .before-covers-row{
    width:100%!important;
    max-width:none!important;
    overflow-x:auto!important;
    justify-content:flex-start!important;
    padding:24px 22px 42px!important;
    scroll-snap-type:x mandatory!important;
  }
  .echos-page .before-cover{scroll-snap-align:center!important;}
  .echos-page .before-cover-7jours{height:330px!important;}
  .echos-page .before-cover-landaises{height:370px!important;}
  .echos-page .before-cover-echos{height:430px!important;}
  .echos-page .before-cover-vie{height:370px!important;}
  .echos-page .before-cover-informateur{height:330px!important;}
}
@media(max-width:640px){
  .echos-page .before-cover-7jours{height:270px!important;}
  .echos-page .before-cover-landaises{height:315px!important;}
  .echos-page .before-cover-echos{height:380px!important;}
  .echos-page .before-cover-vie{height:315px!important;}
  .echos-page .before-cover-informateur{height:270px!important;}
}

/* === ULTIME CORRECTION — SECTION AVANT CASE ECHOS : composition exactement comme la référence === */
.echos-page .before-today.before-covers-exact{
  background:#fff!important;
  color:#070707!important;
  padding:clamp(72px,7vw,110px) 0 clamp(74px,7vw,112px)!important;
  overflow:hidden!important;
  text-align:center!important;
}
.echos-page .before-covers-exact .before-exact-wrap{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
}
.echos-page .before-covers-exact h2{
  font-family:var(--serif)!important;
  font-weight:400!important;
  font-size:clamp(78px,7.3vw,128px)!important;
  line-height:.86!important;
  letter-spacing:-.035em!important;
  margin:0!important;
  color:#050505!important;
}
.echos-page .before-covers-exact h2::after{
  content:""!important;
  display:block!important;
  width:92px!important;
  height:2px!important;
  background:var(--gold)!important;
  margin:28px auto 30px!important;
}
.echos-page .before-covers-exact .intro{
  width:min(1500px, calc(100vw - 90px))!important;
  margin:0 auto clamp(30px,3.4vw,52px)!important;
  color:var(--gold)!important;
  font-size:clamp(22px,2vw,36px)!important;
  line-height:1.24!important;
  font-weight:300!important;
  text-align:center!important;
}
.echos-page .before-covers-row{
  position:relative!important;
  width:min(1360px, calc(100vw - 170px))!important;
  max-width:1360px!important;
  height:clamp(330px,29vw,490px)!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:0!important;
  display:block!important;
  overflow:visible!important;
}
.echos-page .before-cover{
  position:absolute!important;
  width:auto!important;
  max-width:none!important;
  object-fit:cover!important;
  background:#fff!important;
  box-shadow:0 26px 48px rgba(0,0,0,.13)!important;
  transform:none!important;
  transform-origin:bottom center!important;
  bottom:0!important;
}
.echos-page .before-cover-7jours{
  height:73%!important;
  left:0!important;
  z-index:1!important;
}
.echos-page .before-cover-landaises{
  height:79%!important;
  left:22.2%!important;
  z-index:2!important;
}
.echos-page .before-cover-echos{
  height:100%!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  z-index:5!important;
  box-shadow:8px 20px 34px rgba(0,0,0,.24)!important;
}
.echos-page .before-cover-vie{
  height:79%!important;
  right:20.8%!important;
  z-index:2!important;
}
.echos-page .before-cover-informateur{
  height:73%!important;
  right:0!important;
  z-index:1!important;
}

@media(max-width:1100px){
  .echos-page .before-covers-row{
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:flex-start!important;
    gap:22px!important;
    overflow-x:auto!important;
    padding:18px 28px 42px!important;
    scroll-snap-type:x mandatory!important;
  }
  .echos-page .before-cover{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    flex:0 0 auto!important;
    scroll-snap-align:center!important;
  }
  .echos-page .before-cover-7jours{height:310px!important;}
  .echos-page .before-cover-landaises{height:350px!important;}
  .echos-page .before-cover-echos{height:420px!important;transform:none!important;}
  .echos-page .before-cover-vie{height:350px!important;}
  .echos-page .before-cover-informateur{height:310px!important;}
}
@media(max-width:640px){
  .echos-page .before-covers-exact h2{font-size:68px!important;}
  .echos-page .before-covers-exact .intro{width:min(100vw - 32px,520px)!important;font-size:19px!important;}
  .echos-page .before-cover-7jours{height:265px!important;}
  .echos-page .before-cover-landaises{height:305px!important;}
  .echos-page .before-cover-echos{height:370px!important;}
  .echos-page .before-cover-vie{height:305px!important;}
  .echos-page .before-cover-informateur{height:265px!important;}
}

/* === CORRECTION DÉFINITIVE — section AVANT en image exacte validée === */
.echos-page .before-today.before-covers-exact{
  background:#fff!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  text-align:center!important;
}
.echos-page .before-section-exact-img{
  display:block!important;
  width:100%!important;
  max-width:1764px!important;
  height:auto!important;
  margin:0 auto!important;
  object-fit:contain!important;
}

/* === FIX FINAL 27/06 — AVANT exact centré, non pleine largeur === */
.echos-page .before-today.before-covers-exact{
  background:#fff!important;
  padding:clamp(54px,5vw,82px) 0 clamp(60px,5.5vw,90px)!important;
  margin:0!important;
  overflow:hidden!important;
  text-align:center!important;
}
.echos-page .before-section-exact-img{
  display:block!important;
  width:min(1540px, calc(100vw - 72px))!important;
  max-width:1540px!important;
  height:auto!important;
  margin:0 auto!important;
  object-fit:contain!important;
}
@media(max-width:760px){
  .echos-page .before-today.before-covers-exact{padding:42px 0 56px!important;}
  .echos-page .before-section-exact-img{width:calc(100vw - 28px)!important;}
}

/* =========================================================
   PAGE GRANGE — version portfolio premium
   Classes préfixées .grange-story-* pour ne pas impacter les autres pages
   ========================================================= */
.grange-story-page{background:#050505;color:#fff}
.grange-story-page main{background:#050505}
.grange-story-hero{position:relative;min-height:100svh;display:grid;align-items:center;overflow:hidden;background:#050505;border-bottom:1px solid rgba(191,150,85,.26)}
.grange-story-hero-media{position:absolute;inset:0;z-index:0}
.grange-story-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.grange-story-hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(5,5,5,.96) 0%,rgba(5,5,5,.82) 36%,rgba(5,5,5,.34) 66%,rgba(5,5,5,.72) 100%),radial-gradient(ellipse at 70% 50%,rgba(191,150,85,.16),transparent 42%)}
.grange-story-hero-copy{position:relative;z-index:2;width:min(780px,calc(100vw - 48px));margin-left:clamp(24px,6vw,84px);padding:calc(var(--header) + 42px) 0 clamp(58px,6vw,92px)}
.grange-story-hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(64px,8.8vw,148px);line-height:.82;letter-spacing:-.055em;margin:0 0 clamp(28px,3vw,44px);color:#fff}
.grange-story-hero h1 span{display:block;color:var(--gold)}
.grange-story-hero h1 span:first-child{color:#fff;font-style:italic;font-size:.58em;letter-spacing:-.02em;margin-bottom:.06em}
.grange-story-lead{max-width:720px;margin:0;font-size:clamp(18px,1.45vw,25px);line-height:1.45;color:rgba(255,255,255,.92)}
.grange-story-tags{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:clamp(44px,5vw,76px);border-block:1px solid rgba(191,150,85,.32)}
.grange-story-tags article{padding:clamp(18px,2vw,28px) clamp(14px,1.8vw,24px);border-right:1px solid rgba(191,150,85,.32)}
.grange-story-tags article:last-child{border-right:0}
.grange-story-tags strong{display:block;text-transform:uppercase;color:var(--gold);font-size:clamp(12px,.95vw,15px);letter-spacing:.16em;margin:0 0 10px;font-weight:800}
.grange-story-tags small{display:block;color:rgba(255,255,255,.82);font-size:clamp(12px,.95vw,15px);line-height:1.35;text-transform:uppercase}
.grange-story-two{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(44px,7vw,116px);align-items:start}
.grange-story-two h2,.grange-story-centered h2,.grange-story-method-head h2,.grange-story-chapter-copy h2,.grange-story-lustres-head h2{font-family:var(--serif);font-weight:400;font-size:clamp(42px,5.4vw,84px);line-height:.98;margin:0 0 24px;color:inherit;letter-spacing:-.035em}
.grange-story-two h2 span,.grange-story-centered h2 span,.grange-story-method-head h2 span,.grange-story-closing span{color:var(--gold)}
.grange-story-text p{font-size:clamp(17px,1.22vw,21px);line-height:1.72;margin:0 0 22px;color:inherit}
.grange-story-emphasis{font-family:var(--serif);font-size:clamp(26px,2.7vw,46px)!important;line-height:1.18!important;color:var(--gold)!important;margin-top:36px!important}
.grange-story-intro{padding:clamp(78px,7vw,124px) 0;color:#080808}
.grange-story-image-band{background:#050505;padding:0;overflow:hidden}
.grange-story-image-band img{width:100%;height:min(54vw,720px);object-fit:cover;object-position:center}
.grange-story-challenge{padding:clamp(76px,7vw,118px) 0;background:#050505;color:#fff;border-block:1px solid rgba(191,150,85,.25)}
.grange-story-challenge h2{color:var(--gold)}
.grange-story-intention{padding:clamp(82px,8vw,138px) 0;background:#080808;color:#fff;border-bottom:1px solid rgba(191,150,85,.22)}
.grange-story-centered{max-width:980px;margin:0 auto;text-align:center}
.grange-story-centered p:not(.kicker){max-width:780px;margin:20px auto 0;font-size:clamp(17px,1.28vw,22px);line-height:1.65;color:rgba(255,255,255,.82)}
.grange-story-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:clamp(54px,6vw,88px) auto 0;border:1px solid rgba(191,150,85,.28);width:min(1180px,100%)}
.grange-story-principles article{padding:clamp(28px,3vw,48px);border-right:1px solid rgba(191,150,85,.28);background:rgba(255,255,255,.025)}
.grange-story-principles article:last-child{border-right:0}
.grange-story-principles span,.grange-story-chapter-copy span{display:block;font-family:var(--serif);font-size:clamp(54px,5vw,96px);line-height:.8;color:var(--gold);font-style:italic;margin-bottom:24px}
.grange-story-principles h3{margin:0 0 16px;text-transform:uppercase;font-size:clamp(17px,1.4vw,22px);line-height:1.15;color:#fff}
.grange-story-principles p{margin:0;color:rgba(255,255,255,.78);font-size:clamp(14px,1vw,17px);line-height:1.6}
.grange-story-method{padding:clamp(78px,7vw,124px) 0;color:#080808}
.grange-story-method-head{max-width:870px;margin-bottom:clamp(48px,5vw,72px)}
.grange-story-steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(191,150,85,.36);border-left:1px solid rgba(191,150,85,.36)}
.grange-story-steps article{padding:clamp(26px,3vw,44px);border-right:1px solid rgba(191,150,85,.36);border-bottom:1px solid rgba(191,150,85,.36)}
.grange-story-steps b{display:block;color:var(--gold);font-family:var(--serif);font-size:clamp(48px,4.6vw,78px);line-height:.9;font-weight:400;font-style:italic;margin-bottom:20px}
.grange-story-steps h3{margin:0 0 14px;text-transform:uppercase;font-size:clamp(18px,1.5vw,24px);line-height:1.05;color:#080808}
.grange-story-steps p{margin:0;font-size:clamp(14px,1vw,17px);line-height:1.58;color:#333}
.grange-story-quote{padding:clamp(74px,7vw,118px) 24px;background:#050505;color:#fff;text-align:center;border-block:1px solid rgba(191,150,85,.25)}
.grange-story-quote blockquote{width:min(1060px,100%);margin:0 auto;font-family:var(--serif);font-weight:400;font-size:clamp(34px,4.2vw,72px);line-height:1.14;color:#fff}
.grange-story-quote p{margin:26px 0 0;color:var(--gold);font-family:var(--serif);font-style:italic;font-size:clamp(24px,2vw,34px)}
.grange-story-museum{padding:clamp(76px,7vw,116px) 0 38px;background:#050505;color:#fff}
.grange-story-museum .grange-story-centered p{color:var(--gold)}
.grange-story-chapter{background:#050505;color:#fff;border-top:1px solid rgba(191,150,85,.22)}
.grange-story-chapter-img{overflow:hidden;background:#111}
.grange-story-chapter-img img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease}
.grange-story-chapter:hover .grange-story-chapter-img img{transform:scale(1.025)}
.chapter-large{display:grid;grid-template-columns:1.42fr .72fr;min-height:clamp(620px,70vw,900px)}
.chapter-large .grange-story-chapter-copy{padding:clamp(48px,5vw,82px);display:flex;flex-direction:column;justify-content:center;border-left:1px solid rgba(191,150,85,.22)}
.chapter-split{display:grid;grid-template-columns:1fr 1.2fr;min-height:clamp(520px,54vw,720px)}
.chapter-split.reverse{grid-template-columns:1.2fr 1fr}
.chapter-split .grange-story-chapter-copy{padding:clamp(48px,6vw,96px);display:flex;flex-direction:column;justify-content:center}
.grange-story-chapter-copy h2{color:#fff;margin-bottom:28px}
.grange-story-chapter-copy p{font-size:clamp(16px,1.18vw,20px);line-height:1.68;color:rgba(255,255,255,.82);margin:0 0 18px}
.grange-story-lustres{padding:clamp(78px,7vw,120px) 0;background:#080808;color:#fff;border-block:1px solid rgba(191,150,85,.22)}
.grange-story-lustres-head{width:min(980px,100%);margin:0 0 clamp(42px,5vw,70px)}
.grange-story-lustres-head h2{color:#fff}
.grange-story-lustres-head p:not(.kicker){font-size:clamp(17px,1.3vw,22px);line-height:1.62;color:rgba(255,255,255,.82);max-width:820px}
.grange-story-lustres-grid{display:grid;grid-template-columns:1.45fr .85fr;gap:clamp(22px,3vw,42px);align-items:stretch}
.grange-story-lustres-grid img{width:100%;height:100%;min-height:420px;object-fit:cover;border:1px solid rgba(191,150,85,.25);background:#111}
.grange-story-result{padding:clamp(78px,7vw,124px) 0;color:#080808}
.grange-story-final-image{background:#050505;padding:0;overflow:hidden}
.grange-story-final-image img{width:100%;height:min(56vw,780px);object-fit:cover;object-position:center}
.grange-story-applications{padding:clamp(82px,8vw,132px) 0;background:#050505;color:#fff;border-top:1px solid rgba(191,150,85,.22)}
.grange-story-app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:clamp(50px,5vw,76px);border-top:1px solid rgba(191,150,85,.28);border-left:1px solid rgba(191,150,85,.28)}
.grange-story-app-grid article{padding:clamp(26px,2.8vw,42px);border-right:1px solid rgba(191,150,85,.28);border-bottom:1px solid rgba(191,150,85,.28);background:rgba(255,255,255,.025)}
.grange-story-app-grid h3{margin:0 0 12px;color:var(--gold);text-transform:uppercase;font-size:clamp(16px,1.25vw,21px);line-height:1.15}
.grange-story-app-grid p{margin:0;color:rgba(255,255,255,.78);font-size:clamp(14px,1vw,17px);line-height:1.55}
.grange-story-closing{padding:clamp(86px,9vw,150px) 0;background:#080808;color:#fff;text-align:center;border-top:1px solid rgba(191,150,85,.22)}
.grange-story-closing blockquote{margin:0 auto clamp(38px,4vw,62px);width:min(1120px,100%);font-family:var(--serif);font-weight:400;font-size:clamp(38px,5vw,86px);line-height:1.1;color:#fff}
@media(max-width:1050px){
  .grange-story-hero-copy{margin-inline:auto;padding-inline:0}
  .grange-story-hero::after{background:linear-gradient(180deg,rgba(5,5,5,.92) 0%,rgba(5,5,5,.64) 42%,rgba(5,5,5,.92) 100%)}
  .grange-story-tags{grid-template-columns:repeat(2,1fr)}
  .grange-story-tags article:nth-child(2){border-right:0}
  .grange-story-tags article:nth-child(-n+2){border-bottom:1px solid rgba(191,150,85,.32)}
  .grange-story-two,.chapter-large,.chapter-split,.chapter-split.reverse,.grange-story-lustres-grid{grid-template-columns:1fr}
  .chapter-large,.chapter-split,.chapter-split.reverse{min-height:0}
  .chapter-large .grange-story-chapter-img,.chapter-split .grange-story-chapter-img{height:min(72vw,620px)}
  .chapter-large .grange-story-chapter-copy{border-left:0;border-top:1px solid rgba(191,150,85,.22)}
  .chapter-split.reverse .grange-story-chapter-img{order:1}.chapter-split.reverse .grange-story-chapter-copy{order:2}
  .grange-story-principles,.grange-story-steps,.grange-story-app-grid{grid-template-columns:1fr}
  .grange-story-principles article{border-right:0;border-bottom:1px solid rgba(191,150,85,.28)}
  .grange-story-principles article:last-child{border-bottom:0}
  .grange-story-lustres-grid img{min-height:0}
}
@media(max-width:640px){
  .grange-story-hero{min-height:94svh}
  .grange-story-hero h1{font-size:clamp(56px,18vw,84px)}
  .grange-story-lead{font-size:17px}
  .grange-story-tags{grid-template-columns:1fr}
  .grange-story-tags article{border-right:0;border-bottom:1px solid rgba(191,150,85,.32)}
  .grange-story-tags article:last-child{border-bottom:0}
  .grange-story-two h2,.grange-story-centered h2,.grange-story-method-head h2,.grange-story-chapter-copy h2,.grange-story-lustres-head h2{font-size:38px}
  .grange-story-image-band img,.grange-story-final-image img{height:78vw}
  .chapter-large .grange-story-chapter-img,.chapter-split .grange-story-chapter-img{height:74vw}
  .chapter-large .grange-story-chapter-copy,.chapter-split .grange-story-chapter-copy{padding:38px 24px}
  .grange-story-app-grid article,.grange-story-steps article,.grange-story-principles article{padding:28px 22px}
  .grange-story-closing blockquote{font-size:36px}
}
