/* Transposé de maquettes/styles.css (révision 21, 10/09/2026). Adaptations : fontes déclarées par /fonts.css ; introduction de l’accueil (H1 conservé, triade en mise en page calme) ; logo du héros masqué sous le menu mobile ouvert ; bouton du menu mobile réduit à son icône, barres en croix à l’ouverture, sans surbrillance ; accueil sur mobile : héros plein écran, texte d’introduction réduit ; triade en apparition au défilement, titre « Notre approche » pendant les étapes, titres de la sélection et du contact réduits sur ordinateur */
:root{--paper:#f1ede6;--ink:#392f29;--muted:#706056;--taupe:#c4b5a3;--line:#392f2940;--gutter:clamp(24px,4vw,80px);--ease:cubic-bezier(.16,1,.3,1);color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:#a99986 var(--paper)}body{margin:0;background:var(--paper);color:var(--ink);font:300 17px/1.55 Everett,sans-serif;-webkit-font-smoothing:antialiased}body:has(dialog[open]),body.menu-open{overflow:hidden}::selection{color:var(--paper);background:var(--ink)}a{color:inherit;text-decoration:none;text-underline-offset:5px}button{color:inherit;font:inherit;cursor:pointer;background:none;border:0;padding:0}img{display:block;width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:300;line-height:1.06;letter-spacing:-.035em}em{font-weight:300}a:focus-visible,button:focus-visible{outline:2px solid currentColor;outline-offset:7px}a:hover,button:hover{text-decoration-color:currentColor}button:disabled{cursor:default}.wrap{padding-inline:var(--gutter)}.arrow{display:block;width:30px;height:30px;flex:none}.arrow.north{transform:rotate(-45deg)}.arrow.down{transform:rotate(90deg)}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:8px;left:8px;z-index:100;background:var(--paper);padding:10px;transform:translateY(-150%)}.skip-link:focus{transform:none}
.site-header{position:fixed;inset:0 0 auto;z-index:20;height:88px;padding-inline:var(--gutter);display:flex;justify-content:space-between;align-items:center;background:transparent;transition:transform .35s var(--ease),opacity .25s;color:var(--ink)}.site-header.over-hero{color:#fffaf3}.site-header.is-hidden{transform:translateY(-105%);opacity:0;pointer-events:none}.site-header:focus-within{transform:none;opacity:1;pointer-events:auto}.header-brand{font-size:17px;font-weight:400;letter-spacing:-.025em;opacity:0;white-space:nowrap}.site-header.logo-landed .header-brand{opacity:1}.site-header nav{display:flex;align-items:center;gap:32px;font-size:14px}.site-header sup{margin-left:5px;font-size:10px}.nav-contact{display:flex;gap:17px;align-items:center;margin-left:24px}.nav-contact .arrow{width:20px}.site-header nav a:hover{text-decoration:underline}.menu-toggle{display:none}.mobile-menu[hidden]{display:none}.mobile-menu{position:fixed;inset:0;z-index:18;background:var(--paper);padding:140px 32px 70px;display:flex;flex-direction:column;gap:25px;font-size:32px}.mobile-menu button{display:flex;text-align:left;align-items:center;gap:15px;font-size:23px}
.hero{height:100svh;min-height:600px;position:relative;overflow:clip}.hero-picture{height:100%;object-fit:cover;object-position:50% 55%}.hero:after{content:'';position:absolute;inset:0;background:#241d161c;pointer-events:none}.hero-logo{font-size:clamp(29px,5.5vw,84px);position:fixed;top:0;left:0;z-index:21;line-height:1;color:#fffaf3;transform-origin:0 0;pointer-events:none;will-change:transform;visibility:hidden}.brand{display:grid;grid-template-columns:max-content max-content;grid-template-rows:1em 1em;width:max-content;font-weight:400;line-height:1;letter-spacing:-.02em}.brand-tb{grid-column:1;grid-row:1}.brand-a{grid-column:2;grid-row:1}.brand-name{grid-column:2;grid-row:2;transform:translate(var(--arch-x,0px),var(--arch-y,0px))}.hero-discover{position:absolute;z-index:2;right:var(--gutter);bottom:48px;color:#fffaf3;padding:15px}.hero-discover .arrow{height:40px;width:40px;transition:transform .3s var(--ease)}.hero-discover:hover .arrow{transform:rotate(90deg) translateX(6px)}
.intro{display:flex;justify-content:space-between;align-items:end;gap:80px;padding-block:150px 140px}.intro .intro-title{font-size:clamp(45px,5.7vw,88px)}.intro .intro-agency{font-size:16px;line-height:1.5;padding-bottom:7px;max-width:300px}.projects{padding-top:30px;padding-bottom:110px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:65px}.section-heading h2{font-size:clamp(42px,5.1vw,76px)}.text-link{display:inline-flex;gap:38px;align-items:center;font-size:14px;border-bottom:1px solid var(--muted);padding-bottom:8px;line-height:1.4;align-self:start}.text-link .arrow{width:20px;height:20px;transition:transform .3s var(--ease)}.text-link:hover .arrow{transform:rotate(-45deg) translateX(4px)}.project-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:100px 8vw;align-items:start}.project-picture{position:relative;overflow:hidden}.project-picture img{height:100%;aspect-ratio:1.04;object-fit:cover;transition:transform .85s var(--ease)}.project:hover img{transform:scale(1.025)}.project-2,.project-5{margin-top:160px}.project-3{grid-column:1/-1}.project-3 img{aspect-ratio:2.25;object-position:center 74%}.project-5 img{aspect-ratio:.93}.project-arrow{position:absolute;bottom:20px;right:20px;border:1px solid #fffaf380;color:#fffaf3;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;opacity:0;transition:opacity .3s}.project:hover .project-arrow,.project:focus-visible .project-arrow{opacity:1}.project-caption{display:flex;justify-content:space-between;gap:20px;margin-top:19px;align-items:baseline}.project h3{font-size:clamp(21px,1.8vw,28px);line-height:1.2;max-width:80%}.project-caption>span{font-size:12px}.project>p{font-size:13px;margin-top:7px;color:var(--muted)}.project>p span{margin:0 6px}
.manifesto{padding-top:32px;padding-bottom:130px}.agency-label{font-size:13px;margin-bottom:40px}.manifesto-grid{display:grid;grid-template-columns:.78fr 1.12fr;gap:9vw;align-items:center;padding-inline:4.3vw}.manifesto figure{max-width:470px}.manifesto img{aspect-ratio:.79;object-fit:cover}.manifesto figcaption{font-size:12px;margin-top:12px;color:var(--muted)}.manifesto h2{font-size:clamp(40px,4.15vw,64px)}.manifesto-copy>p{font-size:17px;line-height:1.65;max-width:46ch;margin-top:40px}.manifesto-copy .text-link{margin-top:36px}
.method-stage{position:relative}.method-panel{display:grid;grid-template-columns:1fr 1fr;min-height:700px;background:var(--paper)}.method-image{position:relative;overflow:hidden}.method-image img{height:100%;width:100%;object-fit:cover}.method-info{display:flex;flex-direction:column;justify-content:center;position:relative;padding:100px clamp(32px,5vw,90px) 130px}.method-topline{position:absolute;inset:46px clamp(32px,5vw,90px) auto;display:flex;justify-content:space-between;gap:20px;font-size:12px}.method-copy h2{font-size:clamp(40px,4.1vw,65px)}.method-copy p{margin-top:38px;line-height:1.7;font-size:17px;max-width:43ch}.method-controls{display:none}.immersive-method.is-pinned .method-stage{position:sticky;top:0;height:100svh;overflow:hidden}.is-pinned .method-panel{position:absolute;inset:0;min-height:0;height:100%;display:block;background:transparent;pointer-events:none}.is-pinned .method-panel .method-image{position:absolute;inset:0 50% 0 0;will-change:clip-path}.is-pinned .method-panel .method-info{position:absolute;inset:0 0 0 50%;opacity:0;background:var(--paper);transition:opacity .24s ease}.is-pinned .method-panel.is-active .method-info{opacity:1}.is-pinned .method-panel.is-active{pointer-events:auto}.is-pinned .method-controls{display:flex;justify-content:space-between;position:absolute;z-index:9;bottom:55px;left:calc(50% + clamp(32px,5vw,90px));right:clamp(32px,5vw,90px);gap:10px}.method-controls button{font-size:12px;padding:12px 5px;position:relative}.method-controls button:after{content:'';position:absolute;bottom:4px;left:2px;right:2px;height:1px;background:var(--ink);transform:scaleX(0);transition:transform .35s var(--ease)}.method-controls button[aria-current]:after{transform:scaleX(1)}
.accordion-story{padding-bottom:40px}.story-stage{display:grid;grid-template-columns:1.08fr .84fr;gap:10vw;align-items:start;padding-top:70px;padding-bottom:95px}.story-left{max-width:665px}.story-left>h2{font-size:clamp(48px,5.1vw,76px);margin-bottom:25px}.agency-copy{display:grid;grid-template-rows:1fr;opacity:1;transition:grid-template-rows .6s var(--ease),opacity .3s}.agency-copy>p{overflow:hidden;min-height:0;font-size:17px;line-height:1.55;max-width:46ch}.drawers{margin-top:42px}.approach-home{font-size:17px;margin-bottom:15px}.approach-home:hover{text-decoration:underline}.drawer{border-top:1px solid var(--line)}.drawer:last-child{border-bottom:1px solid var(--line)}.drawer-toggle{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%;text-align:left;padding:17px 0;font-size:clamp(19px,1.55vw,24px);font-weight:300;letter-spacing:-.02em;line-height:1.15}.plus{position:relative;width:15px;height:15px;flex:none}.plus:before,.plus:after{content:'';position:absolute;background:var(--ink);left:1px;right:1px;height:1px;top:7px}.plus:after{transform:rotate(90deg);transition:transform .3s var(--ease)}.drawer.is-open .plus:after{transform:rotate(0)}.drawer-copy{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .55s var(--ease),opacity .35s}.drawer-copy>div{overflow:hidden;min-height:0}.drawer-copy p{font-size:15px;line-height:1.55;max-width:48ch;padding-bottom:20px;padding-right:10px}.drawer.is-open .drawer-copy{grid-template-rows:1fr;opacity:1}.story-right{margin-top:90px;position:sticky;top:120px;max-width:480px}.story-images{position:relative;aspect-ratio:.79;background:#d3c9bd;overflow:hidden}.story-image{position:absolute;inset:0;opacity:0;clip-path:inset(5% 0 0);transition:clip-path .8s var(--ease),opacity .45s}.story-image.is-active{opacity:1;clip-path:inset(0);z-index:1}.story-image img{height:100%;object-fit:cover}.story-caption{font-size:13px;line-height:1.5;margin-top:13px;min-height:40px}.story-caption span{display:block}.story-caption span+span{font-size:12px;color:var(--muted)}.story-right .text-link{margin-top:28px}.accordion-story.is-pinned .story-stage{position:sticky;top:0;height:100svh;padding-top:70px;padding-bottom:50px;align-items:center}.is-pinned .story-right{margin-top:0;position:relative;top:0;max-width:430px;justify-self:end;width:100%}.is-pinned .story-images{max-height:57svh}.is-pinned .story-stage.has-step .agency-copy{grid-template-rows:0fr;opacity:0}.is-pinned .story-stage.has-step .drawers{margin-top:20px}.is-pinned .story-stage.has-step .story-left>h2{margin-bottom:10px}.is-pinned .story-left>h2{transition:margin .5s var(--ease)}.is-pinned .drawers{transition:margin .5s var(--ease)}
.contact{padding-top:130px;padding-bottom:125px}.contact-heading{display:flex;align-items:center;justify-content:space-between;gap:50px}.contact h2{font-size:clamp(38px,4.7vw,72px)}.round-button{width:112px;height:112px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;flex:none;transition:color .25s,background .25s}.round-button:hover{background:var(--ink);color:var(--paper)}.round-button .arrow{width:38px;height:38px}.contact-details{display:flex;gap:60px;font-size:20px;margin-top:36px}.contact-details a:hover{text-decoration:underline}.footer{padding-block:35px 38px}.footer-taupe{background:var(--taupe);padding-top:52px}.footer-logo{display:block;font-size:clamp(31px,8.4vw,136px);width:max-content;max-width:100%;margin-bottom:60px;line-height:1}.footer-details{display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:11px}.footer-details nav{display:flex;gap:28px}.footer-details a:hover{text-decoration:underline}
.prototype-nav{position:fixed;z-index:25;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:4px;padding:5px;background:var(--paper);border:1px solid var(--line);font-size:12px;box-shadow:0 6px 24px #392f2912;white-space:nowrap}.prototype-nav a{padding:6px 12px;display:flex;gap:9px;align-items:center}.prototype-nav a[aria-current]{background:var(--ink);color:var(--paper)}.prototype-nav a:not([aria-current]):hover{background:#e4dcd1}.contact-dialog{border:0;color:var(--ink);background:var(--paper);width:min(610px,calc(100% - 32px));padding:65px 45px 40px;max-height:calc(100svh - 40px);box-shadow:0 25px 90px #20161040}.contact-dialog::backdrop{background:#21170f80}.dialog-close{position:absolute;right:20px;top:18px;width:40px;height:40px;display:grid;place-items:center}.dialog-close svg{width:24px;height:24px}.contact-dialog h2{font-size:48px}.contact-dialog>p{margin-top:24px;font-size:16px}.dialog-email{display:flex;gap:24px;align-items:center;font-size:21px;margin-top:40px}.dialog-email .arrow{width:20px}.dialog-phone{display:block;margin-top:12px;font-size:19px}.contact-dialog>.prototype-note{font-size:12px;color:var(--muted);border-top:1px solid var(--line);padding-top:20px;margin-top:35px}
.method-image{order:2}.method-info{order:1}.is-pinned .method-panel .method-image{inset:0 0 0 50%}.is-pinned .method-panel .method-info{inset:0 50% 0 0}.is-pinned .method-controls{left:clamp(32px,5vw,90px);right:calc(50% + clamp(32px,5vw,90px))}
@media(min-width:1800px){.wrap{padding-inline:max(var(--gutter),calc((100vw - 1680px)/2))}.manifesto-copy>p{font-size:20px}.story-stage{gap:9vw}}
@media(max-width:1100px){.site-header nav{gap:23px}.nav-contact{margin-left:0}.intro{gap:40px}.manifesto-grid{padding-inline:1vw;gap:7vw}.story-stage{gap:7vw}.drawer-toggle{font-size:20px}.agency-copy>p{font-size:16px}.story-right{margin-top:110px}.footer-details{flex-wrap:wrap}.contact-details{gap:30px;font-size:18px}}
@media(max-width:899px){.site-header{height:76px}.site-header>nav{display:none}.menu-toggle{display:flex;align-items:center;gap:12px;font-size:14px}.menu-toggle span{width:18px;height:8px;border-block:1px solid currentColor}.header-brand{font-size:15px}.hero{min-height:560px}.intro{display:block;padding-block:90px}.intro .intro-agency{margin-top:38px}.section-heading{margin-bottom:44px}.project-grid{gap:65px 6vw}.project-2,.project-5{margin-top:105px}.project h3{font-size:22px}.project-caption>span{display:none}.manifesto-grid{gap:7vw;grid-template-columns:.85fr 1.1fr}.manifesto h2{font-size:38px}.manifesto-copy>p{font-size:15px;margin-top:28px}.method-panel{min-height:580px}.method-copy h2{font-size:38px}.method-copy p{font-size:15px;margin-top:25px}.method-info{padding:100px 32px 70px}.method-topline{inset:32px 32px auto}.story-stage{grid-template-columns:1fr .8fr;padding-top:45px;gap:5vw}.story-right{top:95px;margin-top:115px}.story-left>h2{font-size:50px}.drawer-toggle{font-size:18px}.drawer-copy p{font-size:14px}.contact{padding-block:85px}.round-button{width:85px;height:85px}.contact h2{font-size:42px}}
@media(max-width:600px){.hero-picture{object-position:59% 55%}.hero-discover{bottom:85px;right:18px}.hero-logo{font-size:clamp(29px,7vw,42px)}.intro .intro-title{font-size:44px}.intro{padding-block:70px}.intro .intro-agency{font-size:13px}.projects{padding-bottom:70px}.section-heading{gap:20px}.section-heading h2{font-size:36px}.section-heading .text-link{font-size:11px;gap:13px}.project-grid{display:block}.project{display:block;margin:0 0 45px}.project-3{margin-block:55px}.project-picture img{aspect-ratio:1.05}.project-3 img{aspect-ratio:1.45}.project-5 img{aspect-ratio:1.1}.project h3{max-width:90%;font-size:22px}.project>p{font-size:12px}.project-caption{margin-top:13px}.project-arrow{width:36px;height:36px;bottom:12px;right:12px}.project-arrow .arrow{width:22px;height:22px}.manifesto{padding-top:0;padding-bottom:70px}.agency-label{font-size:12px;margin-bottom:30px}.manifesto-grid{display:block;padding:0}.manifesto figure{width:64%;margin-bottom:40px}.manifesto h2{font-size:39px}.manifesto-copy>p{font-size:16px;max-width:40ch}.manifesto-copy .text-link{margin-top:25px}.method-panel{display:block;min-height:0;margin-bottom:40px}.method-image{height:72vw;max-height:420px}.method-info{padding:85px 24px 38px}.method-topline{inset:28px 24px auto}.method-copy h2{font-size:39px}.method-copy p{font-size:16px;max-width:40ch}.accordion-story{padding-bottom:0}.story-stage{display:flex;flex-direction:column;padding-top:0;padding-bottom:55px;gap:0}.story-right{order:-1;width:100%;max-width:none;position:sticky;top:0;margin:0 0 32px;background:var(--paper);z-index:5;padding-top:8px}.story-images{height:230px;aspect-ratio:auto;width:100%}.story-image img{object-position:center 40%}.story-image[data-image='-1'] img{object-position:center 28%}.story-caption{font-size:11px;min-height:31px;margin-top:8px;display:flex;justify-content:space-between;gap:8px}.story-caption span+span{font-size:10px}.story-right .text-link{display:none}.story-left{width:100%}.story-left>h2{font-size:48px}.agency-copy>p{font-size:16px}.drawers{margin-top:34px}.approach-home{font-size:15px}.drawer-toggle{font-size:20px;padding-block:18px}.drawer-copy p{font-size:15px}.contact{padding-block:68px}.contact-heading{align-items:end;gap:12px}.contact h2{font-size:clamp(29px,8.1vw,40px)}.round-button{width:54px;height:54px;margin-bottom:3px}.round-button .arrow{width:25px;height:25px}.contact-details{display:block;font-size:17px;margin-top:30px}.contact-details a{display:block;width:fit-content}.contact-details a+a{margin-top:9px}.footer{padding-top:20px;padding-bottom:95px}.footer-taupe{padding-top:40px}.footer-logo{font-size:8.1vw;margin-bottom:36px}.footer-details{display:grid;grid-template-columns:1fr 1fr;gap:22px;font-size:10px}.footer-details>p:first-child{grid-column:1/-1}.footer-details nav{gap:18px}.footer-details>a{grid-column:2;grid-row:3}.prototype-nav{bottom:10px;font-size:11px}.prototype-nav a{padding:6px 10px}.contact-dialog{padding:62px 25px 30px}.contact-dialog h2{font-size:40px}.dialog-email{font-size:17px;gap:8px}.dialog-phone{font-size:17px}}
@media(min-width:1000px) and (max-height:800px){.accordion-story.is-pinned .story-stage{padding-top:48px;padding-bottom:45px}.is-pinned .story-left>h2{font-size:48px;margin-bottom:18px}.is-pinned .agency-copy>p{font-size:15px;line-height:1.5;max-width:50ch}.is-pinned .drawers{margin-top:27px}.is-pinned .approach-home{font-size:15px;margin-bottom:10px}.is-pinned .drawer-toggle{font-size:19px;padding-block:12px}.is-pinned .drawer-copy p{font-size:14px;line-height:1.45;padding-bottom:14px;max-width:54ch}.is-pinned .story-images{max-height:55svh}.is-pinned .story-right{max-width:360px}.is-pinned .story-right .text-link{margin-top:16px}.is-pinned .story-stage.has-step .drawers{margin-top:10px}.method-copy h2{font-size:48px}.method-copy p{font-size:16px;margin-top:28px}.is-pinned .method-controls{bottom:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.hero-logo{will-change:auto}.project:hover img{transform:none}}

/* Shared footer: the same identity, directory and professional information on every page. */
/* Common footer: navigation, signature, legal baseline. */
.footer-directory{display:grid;grid-template-columns:1.4fr 1fr 1fr auto;gap:4vw;font-size:16px;line-height:1.7;padding-block:12px 100px}
.footer-address{font-style:normal}
.footer-directory nav{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-nav-primary a,.footer-nav-secondary a{min-height:32px;display:flex;align-items:center}
.footer-directory .footer-nav-secondary{align-items:flex-start;justify-self:end;width:max-content}
.footer-directory .footer-social{align-items:flex-end;gap:12px}
.footer-social a{display:grid;place-items:center;width:32px;height:32px}
.footer-social-icon{width:21px;height:21px;fill:currentColor}
.footer-directory a:hover{text-decoration:underline}.footer-social a:hover{opacity:.65}
.footer .footer-logo{margin-bottom:32px}
.footer-legal{display:flex;align-items:baseline;justify-content:space-between;gap:28px;border-top:1px solid var(--line);padding-top:23px;font-size:11px;line-height:1.6}
.footer-registration{display:contents}.footer-legal>a{text-align:right;flex-shrink:0}
@media(max-width:900px){.footer-legal{flex-wrap:wrap}.footer-directory{font-size:14px;gap:30px}}
@media(max-width:700px){.footer-directory{grid-template-columns:1fr 1fr;gap:32px 20px;padding-bottom:65px}.footer-address{grid-column:1;grid-row:1}.footer-directory .footer-social{grid-column:2;grid-row:1;flex-direction:row;justify-content:flex-end;gap:8px}.footer-nav-primary{grid-column:1;grid-row:2}.footer-nav-secondary{grid-column:2;grid-row:2}.footer .footer-logo{margin-bottom:24px}.footer-legal{align-items:flex-start;flex-direction:column;gap:20px}.footer-registration{flex-direction:column;gap:7px}.footer-legal>a{text-align:left}}

/* Accueil : le H1 « Agence d’architecture à Paris et en Île-de-France » reste le titre de la page ; la triade garde l’apparence d’un titre sans en avoir le rôle. Mise en page « calme » retenue par Tarek le 11/09/2026 : une phrase par ligne sur toute la largeur, le H1 en dessous. */
.intro{display:block}
.intro .intro-title{font-size:clamp(24px,2.7vw,40px);font-weight:300;line-height:1.25;letter-spacing:-.035em}


/* Menu mobile ouvert en haut de l’accueil : le logo blanc du héros restait visible par-dessus le menu. Il n’est masqué que tant que le menu est ouvert ; sa montée vers le header au défilement ne change pas. */
body.menu-open .hero-logo{opacity:0!important}
/* Pied de page : le logo va d’une marge à l’autre, sur ordinateur et sur mobile (demande de Tarek du 11/09/2026). Le texte « TBA ARCHITECTURE » mesure 9,23 fois sa taille de police. */
.footer>.wrap{container-type:inline-size}
.footer .footer-logo{max-width:none;white-space:nowrap;font-size:calc(100cqi / 9.23)}
/* Lien « Parlons de votre projet » de l’en-tête et du menu mobile en italique (demande de Tarek du 11/09/2026). */
.nav-contact,.mobile-menu button{font-style:italic}
/* Accueil : menu ouvert, le nom de l’agence s’affiche en haut à gauche comme sur les autres pages. */
body.menu-open .header-brand{opacity:1}
/* Accueil, section « L’agence » sur ordinateur : le lien part du bord gauche de la photo (demande de Tarek du 11/09/2026). */
.accordion-story .story-actions{justify-content:flex-start}
/* Mots en italique de la triade et du titre du contact : italique gras, en Everett Medium Italic (demande de Tarek du 11/09/2026). */
.intro .intro-title em,#contact-title em{font-weight:500}
/* Cadrage des images de « Notre approche » dans leurs cadres actuels : la main, la maquette et la façade restent dans le champ (demande de Tarek du 11/09/2026). */
.story-image img[src$="approche-cadrage.webp"]{object-position:50% 62%}
.story-image img[src$="approche-conception.webp"]{object-position:65% 40%}
.story-image img[src$="approche-organisation.webp"],.story-image img[src$="approche-preparation.webp"]{object-position:10% 40%}
.story-image img[src$="approche-budget.webp"]{object-position:85% 40%}
.story-image img[src$="approche-cadre-administratif.webp"]{object-position:90% 40%}
/* Bouton du menu mobile : le mot « Menu » est masqué mais reste le nom du bouton pour les lecteurs d’écran ; zone de toucher de 44 px, icône à la même place. Les deux barres se croisent quand le menu est ouvert et reviennent à la fermeture (demande de Tarek du 11/09/2026). */
@media(max-width:899px){.menu-toggle{font-size:0;gap:0;min-width:44px;min-height:44px;justify-content:flex-end}
.menu-toggle .header-ink-white{justify-content:flex-end}
.menu-toggle span:not(.header-ink-white){position:relative;border-block:0}
.menu-toggle span:not(.header-ink-white)::before,.menu-toggle span:not(.header-ink-white)::after{content:"";position:absolute;left:0;width:100%;height:1px;background:currentColor;transition:transform .3s var(--ease)}
.menu-toggle span:not(.header-ink-white)::before{top:0}
.menu-toggle span:not(.header-ink-white)::after{bottom:0}
.menu-toggle[aria-expanded=true] span:not(.header-ink-white)::before{transform:translateY(3.5px) rotate(45deg)}
.menu-toggle[aria-expanded=true] span:not(.header-ink-white)::after{transform:translateY(-3.5px) rotate(-45deg)}}
@media(prefers-reduced-motion:reduce){.menu-toggle span::before,.menu-toggle span::after{transition:none}}
/* Bouton du menu mobile : pas de carré de surbrillance au toucher (demande de Tarek du 12/09/2026). */
.menu-toggle{-webkit-tap-highlight-color:transparent}
/* Accueil sur mobile : texte d’introduction un cran plus petit (demande de Tarek du 12/09/2026). */
@media(max-width:700px){.intro .intro-title{font-size:22px}}
/* Accueil sur mobile : le héros prend tout l’écran, sous l’heure et la batterie en haut et sous la barre de Safari en bas (demande de Tarek du 12/09/2026). Safari 26 peint la zone de l’heure d’une couleur unie tant que la page n’a pas défilé : la page commence donc par une réserve de 62 px, où la photo déborde, et tba-app.js fait défiler cette réserve au chargement. La photo, plus haute, est cadrée plus à droite pour garder l’escalier ; la flèche reste au-dessus de la barre de Safari. */
@media(max-width:700px){html:has(.hero){overscroll-behavior-y:none}
.hero{height:100lvh;margin-top:62px;overflow:visible}
.hero-picture{position:absolute;left:0;top:-62px;width:100%;height:calc(100% + 62px);object-position:68% 55%}
.hero:after{top:-62px}
.hero-discover{bottom:calc(85px + 100lvh - 100svh)}}
/* Accueil : la triade du site actuel à la place du texte d’introduction, une phrase par ligne ; les phrases apparaissent l’une après l’autre au défilement, en fondu et en montant (réglées par tba-app.js, sauf animation réduite) ; sur mobile, plus d’espace entre les phrases (demandes de Tarek du 12/09/2026). */
.intro-triade p+p{margin-top:.55em}
@media(max-width:700px){.intro-triade p+p{margin-top:30px}}
/* Triade : pendant son apparition, deux fois plus lente depuis le 12/09/2026 au soir, elle reste fixée à 34 % de la hauteur de l’écran ; la réserve de 52 % de hauteur d’écran placée sous elle lui en laisse le temps, comme les étapes des tiroirs (classe posée par tba-app.js). Sur mobile, l’espace au-dessus et au-dessous de la triade est doublé (demandes de Tarek du 12/09/2026). */
.triade-animee .intro{display:block}
.triade-animee .intro-triade{position:sticky;top:34svh}
.triade-animee .intro::after{content:"";display:block;height:52svh}
@media(max-width:700px){.intro{padding-block:180px}}
/* Accueil sur ordinateur : pendant les étapes, le titre « L’agence » laisse place à « Notre approche », dans le même style ; le petit lien « Notre approche » placé au-dessus des étapes n’a plus lieu d’être (demande de Tarek du 12/09/2026). */
.story-left>h2>span{display:block}.story-left>h2>.titre-approche{display:none}
@media(min-width:701px){.story-left>h2{display:grid}.story-left>h2>span{grid-area:1/1;transition:opacity .35s}.story-left>h2>.titre-approche{display:block;opacity:0}.story-stage.has-step .titre-agence{opacity:0}.story-stage.has-step .titre-approche{opacity:1}.approach-home{display:none}}
/* Ordinateur : « Sélection de projets » et « Échangeons sur votre projet » un peu plus petits ; « Tous les projets » calé sur la ligne de base du titre (demande de Tarek du 12/09/2026). */
@media(min-width:900px){.section-heading h2{font-size:clamp(38px,4.4vw,64px)}.contact h2{font-size:clamp(34px,4vw,60px)}.projects .section-heading{align-items:flex-end}.projects .section-heading .text-link{align-self:flex-end;margin-bottom:-5px}}
/* Accueil sur ordinateur : pas de trait au-dessus de « Cadrage & intention » ni sous la dernière étape (demande de Tarek du 12/09/2026). */
.drawers>.drawer-reveal:first-of-type>.drawer,.story-scene .scene-list>.drawer:first-child{border-top:0}
.drawers>.drawer-reveal:last-child>.drawer,.is-pinned .story-scene .scene-list>.drawer:last-child{border-bottom:0}
/* Accueil : le H1 « Agence d’architecture à Paris et en Île-de-France » passe sur la photo du héros, en blanc, centré en bas de l’image : ses deux lignes sont centrées sur la hauteur de la flèche, dont l’icône est à 83 px du bas sur ordinateur et à 120 px sur mobile (demandes de Tarek du 12/09/2026). */
.hero-title{position:absolute;z-index:2;left:var(--gutter);right:var(--gutter);bottom:58px;margin:0;text-align:center;color:#fffaf3;font-size:17px;font-weight:400;line-height:1.45;letter-spacing:normal}
.hero-title::after{content:"."}
@media(max-width:700px){.hero-title{bottom:calc(98px + 100lvh - 100svh);font-size:15px}}
