@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/dm-sans-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/dm-sans-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/dm-sans-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/dm-sans-3.ttf) format('truetype');
}

:root{--paper:#f7f5ef;--ink:#243f36;--body:#536057;--line:#d7dcd1;--soft:#e9ede3;--white:#fff;--serif:Georgia,'Times New Roman',serif;--sans:'DM Sans',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}img{display:block;max-width:100%}p{line-height:1.75;color:var(--body);font-size:16px;margin:0 0 20px}h1,h2,h3{font-weight:400;margin:0;letter-spacing:-.045em}h1,h2{font-family:var(--serif)}h2{font-size:clamp(38px,4.2vw,64px);line-height:1.1}h3{font-size:27px;line-height:1.2}em{font-weight:400}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #a06b36;outline-offset:6px}::selection{background:#d5ddbe}.skip{position:fixed;top:-80px;left:20px;z-index:100;background:white;padding:16px}.skip:focus{top:10px}.header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:var(--paper);position:sticky;top:0;z-index:20;border-bottom:1px solid transparent;transition:border-color .25s}.header.scrolled{border-color:var(--line)}.brand{display:flex;align-items:center;gap:14px;flex-shrink:0;font-size:12px;letter-spacing:.1em;font-weight:650;line-height:1.5}.brand small{display:block;font-size:8px;letter-spacing:.2em;font-weight:500;margin-top:3px}.monogram{font-family:var(--serif);font-style:italic;font-size:45px;letter-spacing:-.11em;line-height:1}.monogram span{font-size:22px;margin-left:5px}.header nav{display:flex;align-items:center;gap:28px;font-size:12px}.header nav a{padding:10px 0;position:relative}.header nav a:after{content:'';height:1px;background:currentColor;position:absolute;left:0;bottom:4px;width:0;transition:width .25s}.header nav a:hover:after{width:100%}.header nav .nav-contact{border-bottom:1px solid var(--ink);padding:11px 0;margin-left:10px}.nav-contact span{margin-left:12px}.menu-toggle{display:none}.hero{position:relative;min-height:620px;height:calc(100svh - 100px);max-height:930px;overflow:hidden;background:#eeeee5}.hero-portrait{position:absolute;width:55%;height:100%;right:0;top:0;object-fit:cover;object-position:50% 30%;mix-blend-mode:multiply}.hero:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#eeeee5 0%,#eeeee5 35%,rgba(238,238,229,.92) 43%,rgba(238,238,229,0) 63%)}.hero-inner{position:relative;z-index:1;margin-left:8%;padding:6vh 0 90px;width:46%}.eyebrow{font-size:10px;font-weight:550;letter-spacing:.17em;line-height:1.6;color:inherit}.hero h1{font-size:clamp(84px,8.1vw,130px);line-height:.89;margin:28px 0;letter-spacing:-.055em}.hero h1 em{font-style:italic}.hero-statement{font-family:var(--serif);font-size:28px;color:var(--ink);line-height:1.2;letter-spacing:-.025em}.hero-description{max-width:370px;font-size:14px;line-height:1.7;margin-bottom:24px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:18px 24px;background:var(--ink);color:var(--paper);font-size:12px;font-weight:500;transition:background .25s,transform .25s}.button:hover{background:#3b5949;transform:translateY(-2px)}.button span{font-size:18px}.hero-foot{position:absolute;z-index:2;bottom:23px;left:8%;right:5%;display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.13em}.hero-foot a{letter-spacing:0;font-size:11px;background:var(--paper);padding:12px 15px}.hero-foot a span{margin-left:20px}.section{padding:100px 8%}.section-label{display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);padding-top:20px;margin-bottom:55px;font-size:10px;letter-spacing:.09em}.section-label span:last-child{letter-spacing:0;color:var(--body)}.intro-grid,.research-grid{display:grid;grid-template-columns:1fr 1fr;gap:8%}.intro-grid h2{max-width:500px}.lead{font-size:21px;line-height:1.55;color:var(--ink);letter-spacing:-.02em}.intro-grid p:not(.lead){font-size:14px}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;padding:9px 0;border-bottom:1px solid var(--ink);font-size:12px;font-weight:500;transition:gap .2s}.text-link:hover{gap:36px}.text-link span{font-size:18px}.figures{display:grid;grid-template-columns:repeat(3,1fr);margin:70px 0 22px;padding-top:36px;border-top:1px solid var(--line);gap:28px}.figures>div+div{border-left:1px solid var(--line);padding-left:32px}.figures strong{font-family:var(--serif);font-weight:400;font-size:clamp(42px,5vw,70px);letter-spacing:-.06em;line-height:1}.figures strong span{font-size:25px;margin-left:4px;vertical-align:top;line-height:1.5}.figures p{font-size:12px;line-height:1.6;margin:20px 0 0}.source-note{font-size:10px;line-height:1.65;max-width:850px;margin-bottom:0}.project{background:var(--ink);color:var(--paper)}.project-heading{padding-bottom:55px}.project .section-label{border-color:#617369}.project .section-label span:last-child{color:#c3cec4}.project-title{display:flex;align-items:flex-end;justify-content:space-between}.project-title h2{font-size:clamp(70px,8vw,120px);line-height:.91}.project-title p{font-family:var(--serif);font-size:29px;color:var(--paper);line-height:1.25;margin-right:8%}.project-story{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.family-image{margin:0;position:relative;min-height:490px}.family-image img{width:100%;height:100%;object-fit:cover}.family-image figcaption{position:absolute;bottom:20px;left:25px;background:var(--paper);padding:9px 13px;color:var(--ink);font-size:10px}.project-copy{padding:65px 16% 65px 12%;background:#2c493e}.project-copy .eyebrow{font-size:9px;color:#d0dacb}.project-copy h3{font-family:var(--serif);font-size:40px;margin:25px 0;line-height:1.15}.project-copy p{font-size:14px;color:#d8e0d6}.text-link.light{color:var(--paper);border-color:#adbcaa}.heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:60px}.heading-row>p{max-width:270px;font-size:13px;margin:0}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}.pillars article{border-top:1px solid var(--line);padding:24px 0 0;display:flex;flex-direction:column}.pillar-number{font-family:var(--serif);font-size:16px;font-style:italic}.pillars h3{font-family:var(--serif);font-size:34px;margin:24px 0 20px}.pillars p{font-size:14px;flex:1}.pillar-tag{display:block;font-size:9px;letter-spacing:.08em;margin-top:17px}.method{display:grid;grid-template-columns:1fr 2fr;column-gap:65px;margin-top:70px;border-top:1px solid var(--line);padding-top:30px}.method h3{font-family:var(--serif);font-size:27px;margin-bottom:20px}.method>p:not(.eyebrow){grid-column:2;font-size:14px}.method .fine-print{font-size:11px!important;margin-bottom:0}.testimonials{background:var(--soft)}.quote-heading{display:flex;justify-content:space-between;align-items:flex-end}.quote-controls{display:flex;gap:12px}.quote-controls button{background:none;border:1px solid #a6b2a2;width:46px;height:46px;border-radius:50%;font-size:20px;transition:background .2s}.quote-controls button:hover{background:var(--ink);color:var(--paper)}.quote-stage{max-width:800px;margin:55px auto 36px;min-height:275px}.quote-mark{font-size:75px;font-family:var(--serif);line-height:.7;display:block;opacity:.5}.quote-stage blockquote{font-family:var(--serif);font-size:clamp(25px,2.6vw,37px);line-height:1.4;letter-spacing:-.02em;margin:8px 0 28px}.quote-credit{display:flex;justify-content:space-between;align-items:flex-end}.quote-credit p{font-size:12px;margin:0}.quote-credit strong{font-weight:500;color:var(--ink)}.quote-credit p span{display:block;font-size:10px;margin-top:4px}.quote-credit>span{font-size:11px}.testimonials>.source-note{margin:auto}.research-grid>div>h2{margin-bottom:35px}.research-grid>div>p:not(.lead){font-size:14px}.publication{background:#e8ebde;padding:38px 36px 25px;border-left:5px solid #809170}.publication h3{font-family:var(--serif);font-size:33px;line-height:1.2;margin:45px 0 30px}.publication>p{font-size:12px;line-height:1.6}.publication-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #bac5ae;margin-top:28px;padding-top:15px;font-size:9px}.publication-foot a{font-size:24px;padding:4px 10px}.publication-line{display:flex;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding:27px 0}.publication-line h3{font-family:var(--serif);font-size:26px;margin:10px 0}.publication-line p{font-size:12px;margin:0}.publication-line>a{font-size:25px;padding:10px}.conference{display:grid;grid-template-columns:1fr 2fr;gap:15px 65px;margin-top:65px;padding-top:30px;border-top:1px solid var(--line)}.conference p{font-size:14px;margin:0}.conference a{grid-column:2;justify-self:start}.recognition{padding-top:0}.awards{border-top:1px solid var(--line)}.award{display:grid;grid-template-columns:160px 1fr 30px;gap:30px;padding:32px 12px;border-bottom:1px solid var(--line);transition:background .2s}.award:hover{background:var(--soft)}.award-year{font-size:10px;letter-spacing:.07em;margin-top:8px}.award h3{font-family:var(--serif);font-size:29px;letter-spacing:-.025em}.award p{font-size:12px;margin:10px 0 0;max-width:560px}.award>span:last-child{font-size:25px}.france{background:var(--ink);color:var(--paper)}.france .section-label{border-color:#60776a}.france .section-label span:last-child{color:#c7d2c6}.france-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%}.status{display:inline-flex;align-items:center;gap:8px;font-size:9px;letter-spacing:.1em;color:#d1dfc4;margin:5px 0 30px}.status>span{height:6px;width:6px;background:#becfa7;border-radius:50%}.france h2{font-size:clamp(55px,6vw,88px);line-height:1.02}.france h2 em{color:#c6d6b7}.france-copy .lead{color:var(--paper)}.france-copy>p:not(.lead){font-size:14px;color:#c5d0c5}.france-item{display:flex;gap:20px;border-top:1px solid #617568;padding:18px 0}.france-item span{font-size:10px;line-height:2;color:#b8c9ad}.france-item p{font-size:13px;line-height:1.65;color:var(--paper);margin:0}.france-copy .launch-note{border-left:2px solid #adc099;padding-left:17px;margin-top:26px;font-size:12px!important}.faq{display:grid;grid-template-columns:1fr 1.6fr;gap:9%}.faq-heading h2{margin-top:30px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:14px;line-height:1.6;padding:23px 0;cursor:pointer}summary::-webkit-details-marker{display:none}summary span{font-size:22px;transition:transform .2s}details[open] summary span{transform:rotate(45deg)}details p{font-size:13px;padding-right:30px}details .text-link{margin-bottom:22px}.contact{background:#e8ebdf;text-align:center;padding-top:85px;padding-bottom:85px}.contact h2{font-size:clamp(37px,4.6vw,65px);margin:25px 0}.contact>p{font-size:14px}.contact-actions{display:flex;align-items:center;justify-content:center;gap:35px;margin:35px 0 25px}.contact .contact-note{font-size:10px;line-height:1.8;margin:0}.footer{padding:50px 8%;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.footer>p{font-family:var(--serif);font-size:22px;margin:0;text-align:right}.footer>div{grid-column:1/-1;border-top:1px solid var(--line);padding-top:25px;display:flex;gap:25px;justify-content:space-between;font-size:9px;color:var(--body)}.footer a:hover{text-decoration:underline}.enter{animation:entrance .85s both}.enter:nth-child(2){animation-delay:.09s}.enter:nth-child(3){animation-delay:.18s}.enter:nth-child(4){animation-delay:.27s}.enter:nth-child(5){animation-delay:.36s}@keyframes entrance{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.js .reveal.visible{opacity:1;transform:none}.paper-page{max-width:1000px;margin:auto;padding:65px 7% 90px}.paper-page h1{font-family:var(--serif);font-size:clamp(45px,6vw,74px);line-height:1.1;margin:40px 0 20px}.paper-page h2{font-size:32px;margin:40px 0 20px}.paper-page h3{font-size:22px;margin:30px 0 15px}.paper-page p,.paper-page li{font-size:15px;line-height:1.8;color:var(--body)}.paper-page a:not(.button):not(.brand){text-decoration:underline;text-underline-offset:4px}.paper-page ol{padding-left:20px}.paper-page li{margin-bottom:12px}.paper-page .document-intro{font-size:23px;color:var(--ink)}.paper-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:25px;border-bottom:1px solid var(--line)}.paper-toolbar button{border:1px solid var(--line);padding:12px 18px;background:transparent}.document-meta{font-size:11px!important;letter-spacing:.06em}.document-note{padding:20px;border-left:2px solid #8ca27c;background:var(--soft);font-size:13px!important}
@media(min-width:1550px){.hero-inner{padding-top:7vh}.hero h1{font-size:140px}.hero-description{font-size:16px;max-width:410px}.section{padding-left:max(8%,calc((100vw - 1280px)/2));padding-right:max(8%,calc((100vw - 1280px)/2))}}
@media(max-width:1050px){.header{height:85px;padding:0 5%}.header nav{gap:19px;font-size:11px}.nav-contact{margin-left:0!important}.hero{height:calc(100svh - 85px);min-height:670px}.hero-inner{margin-left:6%;width:49%;padding-top:55px}.hero h1{font-size:90px}.hero-description{max-width:320px}.hero-portrait{width:61%;object-position:53% center}.hero-foot{left:6%}.section{padding:75px 6%}.project-copy{padding:48px 10%}.project-copy h3{font-size:34px}.research-grid{gap:6%}.publication{padding:28px}.publication h3{font-size:29px}.recognition{padding-top:0}.award{grid-template-columns:110px 1fr 25px}.intro-grid{gap:6%}.figures{gap:20px}.figures>div+div{padding-left:22px}.method,.conference{column-gap:35px}}
@media(max-width:760px){html{scroll-padding-top:90px}.header{height:78px;padding:0 6%}.brand{font-size:10px;gap:12px}.brand small{font-size:7px}.monogram{font-size:40px}.menu-toggle{display:flex;align-items:center;gap:12px;border:0;background:transparent;font-size:12px;padding:13px 0}.menu-toggle span{font-size:19px}.header nav{display:none;position:absolute;top:78px;left:0;right:0;padding:20px 6% 30px;background:var(--paper);border-bottom:1px solid var(--line);font-size:16px;align-items:stretch;gap:8px;box-shadow:0 20px 30px #243f3610}.header nav.open{display:flex;flex-direction:column}.header nav a{padding:12px 0}.header nav .nav-contact{align-self:flex-start;margin-top:10px}.hero{height:auto;min-height:805px;max-height:none;display:flex;flex-direction:column}.hero-inner{margin:0;padding:40px 6% 26px;width:100%}.hero h1{font-size:66px;margin:22px 0;line-height:.94}.hero .eyebrow{font-size:8px;letter-spacing:.15em;max-width:235px}.hero-statement{font-size:24px;max-width:190px}.hero-description{font-size:13px;max-width:280px;margin-bottom:22px}.hero-portrait{top:0;right:-13%;width:77%;height:450px;object-position:46% 20%;opacity:.95}.hero:after{background:linear-gradient(90deg,#eeeee5 0%,rgba(238,238,229,.92) 25%,rgba(238,238,229,0) 64%),linear-gradient(0deg,#eeeee5 30%,rgba(238,238,229,0) 68%)}.hero .hero-description{margin-top:82px;max-width:88%;position:relative}.hero-inner{padding-top:50px}.hero-foot{position:relative;left:0;right:0;bottom:auto;padding:0 6% 24px;margin-top:auto;font-size:8px;gap:15px}.hero-foot a{font-size:10px;padding:10px;background:transparent}.hero-foot a span{margin-left:8px}.hero{min-height:670px}.hero .button{font-size:11px;padding:16px 21px;gap:35px}.section{padding:62px 6%}.section-label{font-size:8px;gap:16px;padding-top:16px;margin-bottom:35px}.section-label span:last-child{text-align:right;max-width:145px}.intro-grid,.research-grid,.france-grid{grid-template-columns:1fr;gap:30px}.intro-grid h2{font-size:43px}.lead{font-size:19px}.intro-grid p:not(.lead){font-size:14px}.figures{margin-top:45px;grid-template-columns:1fr;gap:0;padding-top:0}.figures>div{display:flex;gap:20px;padding:23px 0;align-items:center;border-bottom:1px solid var(--line)}.figures>div+div{border-left:0;padding-left:0}.figures strong{min-width:145px;font-size:47px;white-space:nowrap}.figures strong span{font-size:19px}.figures p{font-size:11px;margin:0}.source-note{font-size:9px}.project-heading{padding-bottom:38px}.project-title{display:block}.project-title h2{font-size:75px}.project-title p{font-size:26px;margin:25px 0 0}.project-story{grid-template-columns:1fr}.family-image{min-height:0;height:330px}.family-image img{object-position:center}.project-copy{padding:40px 7%}.project-copy h3{font-size:38px}.heading-row{display:block;margin-bottom:32px}.heading-row>p{max-width:none;margin-top:25px;font-size:13px}.pillars{grid-template-columns:1fr;gap:32px}.pillars article{display:grid;grid-template-columns:35px 1fr;gap:0 15px}.pillar-number{padding-top:5px}.pillars h3{font-size:29px;margin:0 0 16px}.pillars h3 br{display:none}.pillars p,.pillar-tag{grid-column:2}.pillar-tag{margin-top:0}.method,.conference{grid-template-columns:1fr;gap:10px;margin-top:45px}.method>p:not(.eyebrow),.conference a{grid-column:1}.method h3{font-size:28px}.quote-heading{gap:20px;align-items:center}.quote-heading h2{font-size:34px}.quote-controls{gap:6px;flex-shrink:0}.quote-controls button{width:35px;height:35px;font-size:18px}.quote-stage{margin-top:45px;min-height:300px}.quote-stage blockquote{font-size:27px}.research-grid>div>h2{margin-bottom:25px}.publication{padding:28px}.publication h3{font-size:33px;margin-top:35px}.publication-line h3{font-size:27px}.recognition{padding-top:0}.award{grid-template-columns:1fr 24px;gap:14px;padding:26px 0}.award-year{grid-column:1;margin:0}.award>div{grid-column:1}.award>span:last-child{grid-column:2;grid-row:2}.award h3{font-size:27px}.france h2{font-size:66px}.status{font-size:8px;margin-bottom:25px}.france-grid{gap:38px}.faq{grid-template-columns:1fr;gap:32px}.faq-heading h2{font-size:43px;margin-top:20px}.faq-heading h2 br{display:none}.contact h2{font-size:37px}.contact>p br{display:none}.contact-actions{flex-direction:column;gap:20px}.contact>.eyebrow{font-size:8px}.footer{padding:38px 6%;grid-template-columns:1fr;gap:25px}.footer>p{text-align:left;font-size:22px}.footer>div{flex-direction:column;gap:15px}.paper-page{padding:30px 6% 55px}.paper-toolbar{flex-wrap:wrap}.paper-page h1{font-size:48px}.paper-page h2{font-size:30px}}
@media(max-width:380px){.hero h1{font-size:61px}.hero-description{max-width:100%!important}.hero-portrait{right:-19%;width:80%}.hero{min-height:680px}.hero .eyebrow{max-width:180px}.hero-foot{font-size:7px}.figures strong{min-width:130px;font-size:43px}.quote-heading{align-items:flex-end}.quote-heading h2{font-size:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .reveal{opacity:1;transform:none}}
@media print{.header,.footer,.paper-toolbar,.no-print{display:none!important}.paper-page{max-width:none;padding:0}.paper-page h1{font-size:35px}.paper-page h2{font-size:23px;margin-top:24px}.paper-page p,.paper-page li{font-size:11px}.paper-page a{color:#243f36}.paper-page section{break-inside:avoid}body{background:white}.document-note{background:transparent}@page{size:A4;margin:18mm}}
@media(max-width:760px){.faq-heading h2 br{display:block}.faq-heading,.faq-list{min-width:0}}
@media(max-width:380px){.project-title h2{font-size:62px}.faq-heading h2{font-size:38px}}

/* Expanded professional profile */
.organisation{display:grid;grid-template-columns:1fr 2fr;gap:65px;border-top:1px solid var(--line);padding-top:35px;margin-top:60px}.organisation h3,.development-heading h3{font-family:var(--serif);font-size:36px;line-height:1.15;margin-bottom:22px}.organisation p:not(.eyebrow){font-size:14px}.organisation p.source-note{font-size:10px}.research-development,.scientific-meetings{margin-top:65px;border-top:1px solid var(--line);padding-top:35px}.development-heading{margin-bottom:35px}.development-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px}.development-grid article{border-top:1px solid var(--line);padding:22px 0}.development-grid h4,.meeting h4{font-family:var(--serif);font-size:26px;font-weight:400;letter-spacing:-.025em;line-height:1.3;margin:14px 0}.development-grid p:not(.eyebrow),.meeting p{font-size:13px}.development-grid .eyebrow{font-size:9px}.meeting{display:grid;grid-template-columns:55px minmax(0,1fr);gap:25px;border-top:1px solid var(--line);padding:28px 0}.meeting-index{font-size:13px;padding-top:8px}.meeting h4{margin-top:0;max-width:850px}.meeting p{max-width:850px}.meeting .source-note{font-size:10px;margin:0}.award-note{margin-top:25px}.project-distinctions{margin-top:45px;border-top:1px solid var(--line);padding-top:28px}.project-distinctions h3{font-family:var(--serif);font-size:30px;margin:16px 0 25px}.project-distinctions p{font-size:13px}.press{padding-top:0}.press-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px}.press-feature{border-top:1px solid var(--line);padding:25px 0;display:flex;flex-direction:column;transition:background .2s}.press-feature:hover{background:var(--soft)}.press-feature h3{font-family:var(--serif);font-size:29px;line-height:1.25;margin:22px 0 30px;flex:1}.press-read{display:flex;justify-content:space-between;font-size:11px}.press-read>span{font-size:18px}.press-directory{margin-top:35px;border-top:1px solid var(--line);padding-top:28px}.press-directory ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:16px 30px;margin:25px 0}.press-directory li{font-size:14px}.france-item strong{display:block;font-weight:550;margin-bottom:4px}.paper-page section{overflow-wrap:break-word}
@media(max-width:760px){.organisation{grid-template-columns:minmax(0,1fr);gap:8px;margin-top:40px}.organisation h3,.development-heading h3{font-size:31px}.development-grid,.press-features{grid-template-columns:minmax(0,1fr);gap:8px}.development-grid article{padding-bottom:10px}.research-development,.scientific-meetings{margin-top:45px}.meeting{grid-template-columns:24px minmax(0,1fr);gap:15px}.meeting h4{font-size:23px}.press-feature h3{font-size:27px;margin:17px 0 24px}.press-directory ul{gap:14px 23px}.press-directory li{font-size:13px}.press{padding-top:0}}
